/* CSS Document */

body{
font-family:Arial, Helvetica, sans-serif;
font-size:12px;
background-color:#e5e5e5;
margin-top:0;
}

#wrapper{
margin-left:auto;
margin-right:auto;
width:600px;
background-image:url(images/bg.jpg);
background-color:e5e5e5;
}

#header{
background-image:url(images/header.jpg);
height:257px;
}

#content{
padding-left:60px;
padding-right:60px;
}

#contact{
text-align:center;
font-size:14px;
}

#footer{
background-image:url(images/footer.jpg);
height:30px;
}

h1{
color:#005288;
font-size:16px;
}

.blue{
color:#005288;
font-weight:600;
}

.register{
border:0;
margin-top:20px;
}

#realbuzz{
margin-left:auto;
margin-right:auto;
width:200px;
}

.realbuzz{
border:0;
}

a{
color:#005288;
font-weight:600;
text-decoration:none;
}

a:hover{
text-decoration:underline;
}

.image{
float:left;
margin:0 20px 10px 0;
}