body {
	text-align: center;
	}
body {
	background-image: url("http://www.psyrix-designs.com/img/background.jpg");
	background-repeat: no-repeat;
	background-color: #000000;
	background-position: top center;
	text-align: -moz-center;
	margin: 0px auto;
	font-family: Arial, sans-serif;
	font-size: 11px;
	}
#container {
	width: 800px;
	}
#header {
	height: 110px;
	}
#nav {
	word-spacing: 45px;
	padding-top: 8px;
	height: 20px;
	font-size: 9px;
	color: #FFFFFF;
	}
	#nav a {
		text-decoration: none;
		color: #FFFFFF;
		}
	#nav a:hover {
		text-decoration: none;
		color: #FF8533;
		}
#content {
	width: 800px;
	height: 500px;
	padding-top: 20px;
	color: #FFFFFF;
	}
#footer {
	height: 18px;
	font-size: 9px;
	padding-top: 5px;
	color: #FFFFFF;
	position: relative;
	bottom: 0px;
	}