body, html, #Construct {
	background-color: #000000;
	text-align: center;
	height: 100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

h1, h2, h3, h4, h5, h6, form  {
margin: 0;
padding: 0;
border: 0;
}

/* Main Table */
#Construct {
	margin: 0 auto;
	text-align: left;
	vertical-align: middle;
	width: 800px;
}
#Banner {
	margin: 0px;
	padding: 0px;
	height: 165px;
	width: 800px;
}

#CTR_Top {
	margin: 0px;
	padding: 0px;
	height: 250px;
	background-image: url(/images/bg-ctr_top.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	text-align: center;
}

#CTR_Bot {
	margin: 0px;
	padding: 5px;
	background-image: url(/images/bg-ctr_bot.jpg);
	background-repeat: repeat-x;
	background-position: 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	text-align: right;
	vertical-align: top;
	font-size: 12px;
}


#CTR_Bot a {
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	font-size: 12px;
}
#CTR_Bot a:hover {
	font-weight: bold;
	color: #DDDDDD;
	text-decoration: none;
	font-size: 12px;
}
#Footer {
	font-family: Tahoma, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
	background-image: url(/images/footer.jpg);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	text-align: center;
	vertical-align: middle;
	height: 40px;
	width: 800px;
}

