﻿form,html,body
{
	width: 100%; 
	height: 100%; 
	margin: 0; 
	padding: 0;
}



body
{
	background: #4a4a4a url(/!images/common/carve_background-tile.gif) repeat-x;
	font-family: Verdana;
	text-align: center;
}

div.TopArea
{
	float: left;
	width: 100%;
	height: 50%;
	margin-bottom: 10px;
	margin-top: -280px; /* half the height of the block you are centering */
}

.Wrapper
{
	clear: left;
	width: 973px;
	margin: 0 auto; /* center horizontaly */
	text-align: left; /* undo body center (support IE Win Quriks) */
	height: 560px;
}

#Footer
{
	color: #252525;
	text-align: center;
	margin-top: 5px;
	font-size: 9px;
}
#Footer a:link, #Footer a:visited {color: #252525; text-decoration: underline;}
#Footer a:hover, #Footer a:active {color: #252525; text-decoration: none;}