BODY
{
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background: #FFFFFF;
	margin: 0;
/*it's good practice to zero the margin and padding of the body element to account for differing browser defaults*/
	padding: 0;
	text-align: center;
/*this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector*/
	color: #000000;
	background-color: #FFFFFF;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.oneColFixCtr #container
{
	width: 1024px;
/*using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar*/
	background: #FFFFFF;
	margin: 0 auto;
	text-align: left;
/*this overrides the text-align: center on the body element.*/
	height: 3072px;
}
.oneColFixCtr #clickables
{
	width: 300px;
	top: 33px;
	/*+placement:shift 0px 1550px;*/
	position: relative;
	left: 0px;
	top: 1550px;
	text-align: center;
}
.oneColFixCtr #mainContent
{
	padding: 0 20px;
/*remember that padding is the space inside the div box and margin is the space outside the div box*/
	background-image: url(ConstructionBack.png);
	height: 3072px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#clickablesbottom
{
	width: 300px;
	/*+placement:shift 32px 1565px;*/
	position: relative;
	left: 32px;
	top: 1565px;
}
#footer
{
	/*+placement:shift 17px -169px;*/
	position: relative;
	left: 17px;
	top: -169px;
}
