body {
background-color: #6f745d;
color: #67351D;
font-family: "MS Sans Serif", Geneva, sans-serif;
margin: 0px;
background-image: url(images/octoback.png);
background-attachment: fixed;
background-position: center;
background-repeat: no-repeat;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0px;
}


a {
	color: Maroon;
	text-decoration: none;
}

a:hover {
	color: #FF8C00;
	text-decoration: underline;
}

.header {
	width: 900px;
	height: 120px;
	border: 0;
	background-image: url(images/eyesofdestiny.png);
	background-position: center;
	background-repeat: no-repeat;
	background-color: Black;
	border-bottom: 1px solid black;
}

.content {
	width: 900px;
	border: 1px solid #62C6B1;
	margin-left: auto;
	margin-right: auto;
	padding: 0px;
	background-image: url(images/canvasback.png);
	}

.text {

	text-align: left;
	padding: 15px;

}

.bottom {
	background-image: url(images/shadow.png);
	width: 900px;
	height: 34px;
margin-left: auto;
margin-right: auto;
text-align: center;
padding: 0px;
}






