html {
	overflow-y: scroll; 
	background: #ffffff;
}
html,body {
	margin: 0;
	margin-top: -8px;
	padding: 0;
	border: 0;
	height: 100%;
	width: 100%;
	min-width: 900px;
}
div.site{
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -105px;
}
div.head {
	text-align: center;
	height: 125px;
	background: #181818;
	border-bottom: 1px solid #0E0E0E;
}
img.top_logo {
	position: absolute;
	top: 0px;
	left: 300px;
	width: 250px;
}
div.head2 {
	height: 47px;
	border-bottom: 1px solid #E8E8E8;
	background: url(images/head2_bg.png) repeat-x left top;
}