body {
	background-color: #000000;
	margin-top: 0px;
	font-family: "Times New Roman", Times, serif;
	font-size: 1em;
	font-weight: normal;
	color: #FFFFFF;
}
#background {
	background-attachment: scroll;
	background-image: url(../images/pagebg.jpg);
	background-repeat: no-repeat;
	background-position: top;
	height: 540px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}
#content {
	
	height: 560px;
	width: 800px;
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	
}

#menu {
	text-align: center;
	display: block;
	height: 30px;
	width: 780px;
	padding-left: 20px;
	position: absolute;
	margin-top: 525px;
}

#menu a:link, a:visited {
	font-family: "Times New Roman", Times, serif;
	font-size: 1.2em;
	font-weight: normal;
	color: #FCFCFC;
	margin-right: 20px;
	text-decoration: underline;
	margin-left: 20px;

}
