html
{
	background-color: #000000
}

body
{
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial;
	font-size: 11px;
	color: #ffffff;
	background-color: #000000
}
a
{
	color: #ffffff;
	text-decoration: none
}
a:hover
{
	text-decoration: underline
}
li
{
	vertical-align: top;
	margin-bottom: 25px
}
.ClearSpace
{
	clear:both
}
#SiteContainer
{
	width: 500px;
	position: absolute;
	top: 50px;
	left: 50%;
	margin-left: -250px
}
#SiteContainer #TopContainer
{
	margin-bottom: 5px
}
#SiteContainer #MainPageContent
{
	margin-top: 10px
}
#SiteContainer #MainPageContent #TestItems
{	
}
#SiteContainer #MainPageContent #TestItems img
{
		clear:both;
		display:block
}
#SiteContainer #Footer
{
	display:none;
	clear:both;
	margin-top: 10px;
	text-align: center;
	border-top: solid 1px #ffffff;
	padding-top: 2px
}

