*{
margin: 0px;
padding: 0px;
}
html, body{
font-family: Helvetica,Arial,Sans-serif;
font-size: 14px;
color: #333;
line-height: 1.5;
text-align: center;
background: #fff url(images/top.gif) repeat-x top center;
}
p{
margin-top: 15px;
}
#container{
width: 980px;
margin: 0px auto;
}
#top{
height: 30px;
}
#sitelink{
float: right;
text-align: right;
text-transform: uppercase;
color: #fff;
text-decoration: none;
font-size: 13px;
line-height: 30px;
}
#sitelink:hover{
color: #eee;
}
#fblike{
float: left;
margin-top: 5px;
}
#header{
width: 980px;
height: 135px;
background: url(images/header.jpg) no-repeat top center;
}
#payoff{
color: #4f4f4f;
font-size: 14px;
text-align: center;
line-height: 1.5;
}
#graystrip{
background: #eaeaea;
text-align: center;
margin: 0px auto;
padding-top: 25px;
padding-bottom: 25px;
}
h1{
font-size: 20px;
color: #ff0000;
text-transform: uppercase;
font-weight: bold;
display: block;
width: 600px;
margin: 0px auto;
padding-bottom: 30px;
}
#graystrip img{
border: none;
margin: 0px auto;
}
#footer{
color: #333;
text-align: center;
font-size: 13px;
line-height: 1.5;
}
#footer a{
color: #333;
text-decoration: underline;
}
#footer a:hover{
text-decoration: none;
}
.clearit{
clear: both;
visibility: hidden;
}