/*定义所有的字体和边框部分*/
* {
font-size: 12px;
margin: 0;
padding: 0;
border: 0;
}
/*定义标准链接*/
a {
color: #666; 
text-decoration: none;
}
a:visited {
color: #999;
}
a:hover {
color: #039;
text-decoration: none;
}
/*定义背景*/
body {
font-family:"宋体", sans-serif;
color: #666;
text-align:center;
background:white;
}
/*总定位层id=box*/
#box {
text-align: left;
width: 1000px;
margin: 0 auto;
position: relative;
}
/*头定位层*/
#header {
/*background:URL(../index/top.swf) no-repeat;*/
width:1000px;
height:289px;
}
#top_left{
width:710px;
height:224px;
}
#top_right{
width:290px;
height: 223px;
left:710px;
position: absolute;
}
/*中间定位层*/
#main {
background:white;
width: 695px;
left:304px;
position: absolute;
top:203px;
}
/*左侧定位层*/
#left {
background:white ;
width:305px;
position: absolute;
top:203px;
left:0;
}
#footer {
background:#E7F0FF;
width:1000px;
height:77px;
position: absolute;
top:814px;
}
#footer li{
padding:8px 0 0 400px;
list-style-type: none;
}