﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
}

#tile {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../../skins/titanium.gif);
	background-repeat: repeat;
}	

#horizon {
	color: #000000;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#container {
	margin-left: -499px;
	position: absolute;
	top: -300px;
	left: 50%;
	width: 998px;
	height: 600px;
	visibility: visible;
}

#footer {
	width: 980px;
	background-color: #D0E790;
	text-align: center;
}

#footertext {
	width: 750px;
	margin-right: auto;
	margin-left: auto;
	font-family: Helvetica, Arial, Sans-serif;
	font-size: 10px;
}

#footertext a {
	color: #000000;
}

#legal {
	color: #000000;
	display: none;
}
