/* CSS Document */
* {margin-top:0px}
body {background-color:#336600;
background-image:url(images/back_img.jpg);
background-repeat:repeat-x;
font-family:verdana,arial,helvetica,sans-serif;
font-size:11px;
color:#663300;
line-height:18px;}

div#wrapper{
background-image:ur(image/name of yoour file);
background-repeat:no-repeat;
width:910px;
margin:auto;
margin-top:35px;
}

div#container{
width:900px;
height:550px;
margin:auto;
background-color:#ffffff;
border:#999933 solid 0px;
}

a:link, a:visited {color: #666666; font-size:12px; text-decoration: none;}
a:hover {color:#003300; font-size:12px; text-decoration:none;}


a.Nav:link, a.Nav:visited {color:#993300; font-size:12px; text-decoration: none;}
a.Nav:hover {color:#003300; font-size:12px; text-decoration:none;}


a.Top:link, a.Top:visited{color:#993300; font-size:9px; text-decoration: none;}
a.Top:hover {color:#003300; font-size:9px; text-decoration:none;}
