/*
 * 功能：index布局
 * 作者：Gavin
 * 创建时间：2010-1-15
 * 最后一次修改时间：2010-1-15 
---------------------------------*/
body, p, ul, ol, dl, dt, dd, li, h1, h2, h3, h4, h5, h6, form, fieldset, legend, input, button {
margin:0;
padding:0;
}
body {
font:normal 12px Arial, tahoma, Verdana;
color:#000;
text-align:center;
background:#fff;
}
img {
border:none;
}
/*伪类
---------------------------------*/
a {
color:#0270CB;
text-decoration:none;
}
a:hover {
color:#f00;
}

/*--- 层水平垂直居中 ---*/
html, body{
height:100%;
margin:0;
padding:0;
}
body{
background:#5F5E5C;
position:relative;
}
#container{
position:absolute;
top:50%;
left:50%;
height:450px;
width:930px;
margin:-225px 0 0 -465px;
text-align:left; 
}
#header {
padding-bottom:12px; 
}
#headTop {
padding:5px 0;
border-bottom:1px solid #A2A19F; 
}
#banner {
border-bottom:1px solid #A2A19F; 
height:200px; 
padding-top:20px; 
text-align:right; 
}
#main {
position:relative; 
}
#slogan {
height:50px; 
}
#portrol {
height:50px; 
text-align:right; 
position:absolute; 
right:50px;
top:0;
}
#information {
color:#fff; 
padding-left:610px; 
text-transform:uppercase; 
font-family:Verdana, Geneva, sans-serif;

}