div.header h1{

}

div.header{
	position: fixed;
	/*
	top:33px;
	left:0;
	*/
	top: 0px;
	width:100%;
	padding-left:10px;
	padding-top: 33px;
	height: 45px;
	border-left: 0;
	border-right: 0;
}
div.hMenu{
	position: fixed;
	top: 40px;
	left: 0;
	width:100%; margin-bottom: 20px;
}