@charset "utf-8";
/* CSS Document */
* {
	margin: 0; /* zero out margin */
	padding: 0; /* zero out padding */
}
html {
	height: 100%; /* gives layout 100% height */
}
body {
	height: 100%; /* gives layout 100% height */
}
* html #gt-page { 
	height: 100%; /* IE6 treats height as min-height */
}
#gt-page {
	min-height: 100%; /* gives layout 100% height */
	width: 1050px; /* centered div must be given a width */
	margin: 0 auto; /* centers #wrapper */
}
#clearfooter {
	height: 30px; /* provides space for the #footer */
	float:left;
	width: 100%;
}
#gt-footer 
{
	color:#A6B8CA;
	text-align:center;
	width:100%;
	margin:-78px auto 0pt auto;
	position:relative;
	height:0px;
}