* {
	margin: 0;
	padding: 0;
}

body{
	text-align: center;
	margin: 0;
	background-repeat: repeat-y;
	background-position: center;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
	padding-top: 174px;
}

body div {
	text-align: center;
	margin: 0 auto;
}

* html body{
	overflow: hidden;
} 
div#headerArea {
	position: fixed !important;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 160px;
	background-color: #FFFFFF;
	color: #fff;
	text-align: center;
	z-index: 999;
}
