body
{
	background-color: #474747;
	text-align: center;
	margin: 0px; 
	padding: 0px;
}

a:link, a:visited 
{  
	font-family: Tahoma;
	font-size: 10px;
	color: #999999;
	text-decoration: none;
}

a:hover 
{  
	font-family: Tahoma;
	font-size: 10px;
	color: #FFFFFF;
	text-decoration: none;
}

.main
{
	position:absolute;

	top: 50%;
	height: 600px;
	margin-top: -300px;  /*set to a negative number 1/2 of your height*/

	overflow: hide;
	width: 100%;
	left: 0px;
	background-color: #FFFFFF;
	padding: 0px;
	
	background-color: #474747;
}

.header, .footer
{
	background-color: #474747;
}



.header
{
	height: 50px;
	font-family: Arial;
	font-size: 24px;
	color: #C3C3C3;
	text-align: right;
}

.footer
{
	margin: 0px;
	position: absolute;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	top: 581px;
}

.midle
{
	position: absolute;
	text-align: left;
	left: 50%;
	width: 800px;
	margin-left: -400px;
	height: 528px;
}

.middle_wide
{
	height: 528px;
}

.header_inner
{
	left: 50%;
	width: 800px;
	margin-left: -400px; /*set to a negative number 1/2 of your height*/

	position: absolute;
	padding: 19px;
}

.horz_space
{
	positioin: relative;
	margin: 65px; /* space is equal to margin * 2 */
}

.left_footer
{
	text-align:left;
}
.right_footer
{
	text-align:right;
}

.horz_space3
{
	margin-right: 46px; /* space is equal to margin * 2 */
	text-align: right;
}
