@charset "utf-8";
html, body {
	background: #000000;
	color: white;
	text-align: center;
}
#hd, #bd, #ft	{	text-align: left; margin: 0 auto; width: 675px; }
#bd, #ft { position: relative; left: 38px; }
#hd	{ position: relative; left: -170px; }
#bdWrap {
	background: #2e2e2e;
	min-height: 453px;
	padding-top: 20px;
}
a {
	color: #bfd364;
}
#ft {
	text-transform: uppercase;
	font-size: 85%;
	padding-top: 0.2em;
	color: #b6b6b6;
}
#ft { position: relative; left: -170px; }
#ft a	{
	color: #b6b6b6;
	text-decoration: none;
}
#ft a:hover	{
	color: #bfd364;
}

