@CHARSET "UTF-8";
html,body{
margin:0;padding:0;
width:100%;
height:100%;
}
body{
min-height:1000px;
}
div,p,h1,h2,h3,h4,h5,h6,td{
font-family:Verdana;
margin:0;
padding:0;
font-size:12px;
}
img{
border:0 none;
}
#outer{
width:1000px;/*962px;*/
margin:auto;
position:relative;
}
#imgAddict{
position:relative;
width:962px;
height:430px;
overflow:hidden;
}
#imgAddict .img{
width:152px;
height:100px;
position:absolute;
display:none;
z-index:2;
}
#header{
height:127px;
position:relative;
}
#logo{
display:block;
position:absolute;
left:44px;
top:38px;
width:303px;
height:83px;
}
#header .slogan{
color: #747474;
font-size: 16px;
height: 45px;
left: 520px;
position: absolute;
text-align: center;
top: 39px;
width: 413px;
}
#header .meier{
font-size:12px;
}
#footer{
padding:10px 5px;
}
#footer a {
text-decoration:none;
color:#b7b7b7;
}
#footer .copy{
color:#b7b7b7;
float:left;
font-size: 10px;
}
#footer .design{
float:right;
color:#b7b7b7;
font-size: 10px;
margin-right:35px;
}