/* CSS Document */

body{
background-image:url(images/bg.jpg);
background-position:left top;
background-repeat:no-repeat;
background-color:#124084;
color:#FFFFFF;
font-size:14px;
font-family:Verdana, Arial, Helvetica, sans-serif;
}

#container{
padding:10px;
margin-top:90px;
width:846px;
height:600px;
background-image:url(images/mainbg.jpg);
background-repeat:repeat-y;
border:solid 1px #000000;
font-weight:900;
}

#legal{
font-size:9px;
}

.text{
font-size:12px;
font-weight:100;
}

a:link{
color:#FFFFFF;
text-decoration:none;
}
a:visited{
color:#FFFFFF;
text-decoration:none;
}
a:active{
color:#FFFFFF;
text-decoration:none;
}
a:hover{
color:#000000;
text-decoration:none;
}
