html {
height: 100%;
margin: 0;
padding: 0;
}
body {
font-family: 'Trebuchet MS', Arial, Helvetica, sans-serif, Verdana;
font-size: 12px;
color: #666666;
background-color:#FFFFFF;
height: 100%;
margin: 0px;
padding: 0px;
}
a {
color: #4D463B;
text-decoration: none;
}
a:hover {
text-decoration: underline;
}
#home{
	position: absolute; 
	width: 800px; 
	height: 240px; 
	z-index: 1; 
	vertical-align: middle; 
	top: 50%; 
	margin-top: -120px;
	left: 50%;
	margin-left: -400px;
	text-align:center;
}