@charset "UTF-8";
body {
	background-color: #000;
	text-align: center;
	margin: 0px;
	padding: 0px;
	color: #000;
}
#wrapper {
	background-color: #000;
	text-align: left;
	width: 955px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#header {
	background-color: #000;
	height: 106px;
	width: 955px;
	margin-top: 0px;
	padding-top: 0px;
	color: #FFF;
}
#nav {
	background-color: #000;
	height: 64px;
	width: 955px;
	color: #000;
}
#container {
	background-color: #000;
	width: 955px;
	color: #999;
	border-top-color: #FFF;
	border-right-color: #FFF;
	border-bottom-color: #FFF;
	border-left-color: #FFF;
	text-align: left;
	font-weight: bold;
}
#footer {
	background-color: #000;
	height: 300px;
	width: 955px;
	color: #999;
	text-align: left;
	font-weight: bold;
}
img {
	color: #000;
	background-color: #000;
	border: 0px none #000;
	text-decoration: none;
}
