


body {
	color: #eeddfd;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	margin: 0;
	padding: 0;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(images/body.jpg);
	background-repeat: no-repeat;
	background-position: center top;
}
	
#content {
	margin: 0 auto;
	padding: 0;
	width: 925px;
	background-image: url(images/content.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-color: #000000;
	background-position: center top;
	border: 2px solid #000000;
	}

#header {
	height: 70px;
	margin: 0;
	padding: 0;
	}

