html	{
	height: 100%;
	}

html,body{
	margin: 0px; 
	padding: 0px;
}

body 	{
	height: inherit;
	min-height: 100%;
	background-color: #FFFFFF;
	font-size: 0.9em;
	font-family: Arial, Tahoma, Helvetica;
	font-weight: normal;
	color: #333333;
}


* 	{
	font-size: 100%;
}


img.image{ 
	position: absolute; 
	top: 50%; 
	left: 50%; 
	width: 952px; 
	height: 156px; 
	margin-left: -476px;  
	margin-top: -78px;
}

