body {

	background-image: url(images/mainpagebg.jpg);

	background-repeat: repeat-y;

	background-position: center top;

	margin-top: 0px;

	margin-right: 0px;

	margin-bottom: 0px;

	margin-left: 0px;

	background-color: #fdfdfd;

	font-family:Verdana, Arial, Helvetica, sans-serif;

	font-size:12px;

	color: black;
}


#content {

display: block;

height: 368px;

background-image: url(images/sheet_bg.jpg);

}

#copyright {

font-size:10px;
padding-top:10px;
padding-right:40px;
text-align:right;
color:#666666;

}

a {text-decoration : none;color : #333333; }
a:visited {color : #333333;}
a:hover {color : #993300;}
