*{
margin: 0px auto;
padding: 0px;
}
body{
font-size:12px;
background: Black;
}
.top{
width: 800px;
height: 20px;
background: #cccccc;;
margin: 0px auto;
text-align: right;
line-height: 20px;
}
.top a{
color:white;
text-decoration:none;
}
.top a:hover{
color:red;
text-decoration: underline;
}
.head{
width: 800px;
height: 176px;
background: url(images/head.gif);
}
.main{
width: 800px;
height: 624px;
}
.main .left{
width:202px;
height: 624px;
float:left;
background: #eeeeee;
}
.main .left .one{
width:202px;
height: 40px;
background: url(images/guide.gif);
}
.main .left .menu{
width:202px;
height: 84px;
}
.main .left .menu a{
text-decoration: none;
color: Black;
}
.main .left .menu a:hover{
text-decoration: underline;
color: red;
font-style: oblique;
font-size:13px;
}
.main .left .menu .one{
width: 202px;
height: 28px;
background: url(images/menu.gif);
text-align: center;
line-height:28px;
}
.main .left .menu .two{
width: 202px;
height: 28px;
background: url(images/menu.gif);
text-align: center;
line-height:28px;
}
.main .left .menu .three{
width: 202px;
height: 28px;
background: url(images/menu.gif);
text-align: center;
line-height:28px;
}
.main .left .other{
width:202px;
height: 500px;
background: url(images/other.gif);
overflow:none;
}
.main .left .other .blank{
width:202px;
height: 80px;
}
.main .left .other .title{
width:202px;
height: 30px;
line-height: 30px;
text-align: center;
color: #336699;
font-size: 13px;
}
.main .left .other .move{
width: 202px;
height:100px;
text-align: center;
}
.main .left .other .leftBlank{
width: 202px;
height: 290px;
}
.main .right{
width:598px;
height:624px;
background: white;
float:left;
}
.copyright{
width: 800px;
height: 50px;
background: #cccccc;
overflow:none;
text-align:center;
line-height: 50px;
font-size:14px;
}