body{
margin-top: 0px;
text-align: center;
background-color: #FFFFFF;
background-image: url(images/topbg.jpg);
background-repeat: repeat-x;
background-position: top left;
}


/**Container To Hold The Layout**/
#container{
margin-right: auto;
margin-left: auto;
margin-top: 9%;
text-align: center;
padding: 0px;
}



#footer{
font-family: Verdana, Geneva, sans-serif;
font-size: 14px;
color: #c9c9c9;
}

a.:link {color: #c9c9c9; font-weight: bold; text-decoration: none; }
a.:visited {color: #c9c9c9; font-weight: bold; text-decoration: none; }
a.:hover {color: #000000; text-decoration: none; }
a.:active {color: #000000; text-decoration: underline; }


