div{
     margin:auto;
     width:600px;
}
 .title {
     width:500px;
     font:bold 24pt/28pt Arial;
     height:100px;
     background:url(images/logo.gif) left/100px 100px no-repeat;
     padding-left:110px;
}
 .copyright {
     width:500px;
     padding: 30px;
     color: #666;
     font: 12px/24px verdana;
}
 .wen p,ul{
    color:white;
    font:10pt/14pt Verdana;
}
 .wen h3{
    color:white;
}
 .wen a{
    color:white;
}
a:hover{
     text-decoration:none;
}
 #button {
     margin: auto;
     padding: 0px;
     color: #333;
     list-style: none;
     text-align: center;
     font: 12pt/24pt verdana;
     width: 600px;
}
 #button a {
     display:block;
     border-bottom: 1px solid #CCC;
     color: #333;
     text-decoration: none;
}
 #button a:hover {
     border-bottom: 3px solid #CCC;
}
 #button li {
     display: inline-block;
     width: 100px;
     margin:10px 20px;
}

#imgg img{width:600px;margin:auto;}

.wen li{margin:10px 0px;}