
body {
margin:0 0;
background-image:url(../images/landing_bg.gif);
background-position:top left;
background-repeat: repeat-x;
background-color:#2674b3;
text-align:center;
}

#main{
margin:0 auto;
width:778px;
/*background:url(../images/landing_bg_img.gif) top left no-repeat;*/
height:369px;
margin-top:100px;
}

#footer{
margin:0 auto;
width:778px;
height:41px;
text-align:center;
vertical-align:middle;
font-family:'Tahoma'Arial, Helvetica, sans-serif;
font-size:11px;
color:#b5cfe5;
margin-top:40px;
}

#footer a{
font-family:'Tahoma'Arial, Helvetica, sans-serif;
font-size:11px;
color:#b5cfe5;
text-decoration:none;
}

#footer a:hover{
font-family:'Tahoma'Arial, Helvetica, sans-serif;
font-size:11px;
color:#fff;
text-decoration:underline;
}


