body {
font-size : 11px;
font-family : Verdana;
margin : 0;
padding : 0;
background-color : #ffffff;
text-align : center;
background-image: url("bg.jpg");
 background-position: center top;
 background-repeat: no-repeat;
}
a:link {
color : #fff;
text-decoration : underline;
text-transform : none;
}
a:visited {
color : #fff;
text-decoration : underline;
text-transform : none;
}
a:active {
color : #fff;
text-decoration : none;
text-transform : none;
}
a:hover {
color : #101a73;
text-decoration : underline;
text-transform : none;
}
img {
border : 0px;
margin : 0px;
}



