a:link{
text-decoration:none;
color: red;
}
a:visited{
text-decoration:none;
color: red;
}
a:hover{
text-decoration:underline;
color: purple;
}
body{
background:url(bg.jpg) no-repeat;
background-color: #D5EDF7;
margin:5px 0px;
}
*{
margin: 0px;
padding: 0px;
}
#top{
width:980px;
height:100px;
margin:0px auto;
background:#D55531;
color:#fff;
font-size:26px;
font-weight:bold;
font-family:ºÚÌå,ËÎÌå;
text-align:center;
line-height:180%;
padding-top:20px;
}
#middle{
background: #E3D4B6;
width:980px;
margin:0px auto;
}
#middle table{background:#D55531;}
#middle td{background:#F5F5F5;color:#D55531;height:25px;}
.menu{
color:purple;
background: #E3D4B6;
font-weight:bold;
}
.menu ul{
padding:5px 2px;
}
.menu li{
height:25px;
line-height:25px;
list-style-type: none;
font-size:10pt;
text-align:center;
}
#find{
height:25px;
color:blue;
line-height:25px;
}
#middle .list{
text-align:left;
}

#bottom{
width: 980px;
margin:0px auto;
background: #E3D4B6;
text-align:left;
line-height:30px;
font-weight:bold;
color:red;
}
#pagebottom{
width: 980px;
margin:0px auto;
background: #F5F5F5;
text-align:center;
color:purple;
font-weight:bold;
}
#pagebottom p{
padding:5px;
}
#download{margin:0px auto;width:980px;height:30px;text-align:center;line-height:30px; background:#E3D4B6;border-top:1px solid red;}
#middle .title{font-size:18px;font-weight:bold;color:red;height:40px;text-align:center;}