@charset "utf-8";
/* CSS Document */
body {
background-image: url(/img/background.jpg);
background-repeat: no-repeat;
margin-left: 0px;
margin-top: 0px;
margin-right: 0px;
margin-bottom: 0px;
background-color: #000000;
background-position:center top;
}
#wrapper{
width: 875px;
margin: 0 auto;
}
#header{
width: 875px;
padding-top: 38px;
}
#headerleft{
float: left;
}
#headerright{
float: right;
margin-top: 14px;
}
#content{
padding-top: 35px;
width: 875px;
padding-bottom: 50px;
}
.blockline{
width: 875px;
height: 70px;
}
.contentleft{
width: 300px;
float: left;
}
.contentright{
width: 560px;
float: right;
}
body, p{
font-family: Helvetica, Verdana, Arial, sans-serif;
font-size: 11px;
line-height: 1.4em;
color: #FFF;
}
a:link, a:visited, a:active{
color: #FFF;
font-weight: bold;
text-decoration: none;
}
a:hover{
text-decoration: underline;
}