@charset "utf-8";
body {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: small;
	color: #FFFFFF;
	background-color: #000000;
	text-align: left;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 5px;
}
h1 {
	font-size: 135%;
	font-weight: bold;
}
#wrapper {
	height: auto;
	width: 1024px;
	margin-bottom: 150px;
	margin-right: auto;
	margin-left: auto;
}
.copyright_text {
	font-size: 80%;
}
a:link {
	font-weight: bold;
	color: #FF0000;
	text-decoration: underline;
}
a:hover {
	font-weight: bold;
	color: #FF0000;
	text-decoration: none;
}


#header {
	height: 440px;
	width: 1024px;
}
#content {
	height: auto;
	width: 838px;
	border-right-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: none;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	margin-right: auto;
	margin-left: auto;
	background-color: #000000;
}
#faux_foot {
	background-color: #000000;
	clear: both;
	height: 5px;
	width: 830px;
	margin-right: auto;
	margin-left: auto;
}
#player_x {
	float: left;
	height: auto;
	width: 280px;
	background-color: #000000;
	border-bottom-width: 1px;
	border-right-style: none;
	border-bottom-style: solid;
	border-bottom-color: #666666;
}
