﻿body {
	margin: 0px;
	background-color: #FFFFFF;
	height: 100%;
	width: 100%;
	
}

#tileOLD {
	position: absolute;
	width: 100%;
	height: 100%;
	background-image: url(../../skins/titanium.gif);
	background-repeat: repeat;
}

#tile {
	position: absolute;
	width: 100%;
	height: 300%;
	background-image: url(../../skins/titanium.gif);
	background-repeat: repeat;
	display:block;
	 
}

#content {
	width: 1100px;
	height: 820px;
	margin-top:0;
	padding-top:0;
}

/*#contentTop {
	width: 1100px;
	height: 50px;
	background-color: #33cc99;
}*/

#horizon {
	color: #000000;
	text-align: center;
	position: absolute;
	top: 350px;
	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: 820px;
	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;
	display:block;
	height:100%;
}

#footertext a {
	color: #000000;
}

#legal {
	color: #000000;
	display: none;
}

