html, body {
	height: 100%;
}

body {
	margin-top: 0px;
	background-color: #fff;
}

#container {
	position: relative;
	margin-left: 50%;
	left: -400px;
	margin-bottom:-44px;
	top:10px;
	width:800px;
	min-height: 100%;
}

#header {
	position: relative;
   top: 0px; 
	background: url(assets/top.jpg) no-repeat;
	height:98px; 
	width:800px; 
	z-index:51;
}

#address {
	position: absolute; 
	left:510px; 
	top:30px; 
	font:15px arial, helvetica, sans-serif; 
	color: #968f89;
	z-index: 52;
	text-align: right;}
	
#splash {
	position: relative;
	top:10px;
	width: 800px;
	height: 150px;
	
}

#content {
	position: relative;
	top: 15px;
	left: 2px;
	float: right;
	width: 800px;
	text-align: left;
	margin-bottom: 10px;
	height:100%;
}


#content_minor {
	position: relative;
	top: 5px;
	height: auto;
	left: 0px;
	width: 800px;
	text-align: left;
}


/*menu*/
#navpanel{
	position:relative;
	width:800px;
	height: 44px;
	background: url(assets/footer.jpg) no-repeat;
	top:-5px;
	left:0px;
}

.home {position: absolute; left: 50px; top: 12px; width:145px; height:30px; font: bold 14px arial, helvetica, sans-serif;	text-decoration: none;	color: #fff;}
a:hover.home {color: #ffd700; text-decoration: underline;}
.about {position: absolute; left: 160px; top: 12px; width:145px; height:30px; font: bold 14px arial, helvetica, sans-serif; text-decoration: none; color: #fff;}
a:hover.about {color: #ffd700; text-decoration: underline;}
.contact {position: absolute; left:300px; top: 12px; width:145px; height:30px; font: bold 14px arial, helvetica, sans-serif; text-decoration: none; color: #fff;}
a:hover.contact {color: #ffd700; text-decoration: underline;}
.customer {position: absolute; left:450px; top: 12px; width:145px; height:30px; font: bold 14px arial, helvetica, sans-serif; text-decoration: none; color: #fff;}
a:hover.customer {color: #ffd700; text-decoration: underline;}
.on {position: absolute;  left:640px; top: 12px; width:145px; height:30px; font: bold 14px arial, helvetica, sans-serif; text-decoration: none; color: #fff;}
a:hover.on {color: #ffd700; text-decoration: underline;}