4.html, body {
100%;
}
body {
	background-color: #fff;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	height:100%;
	width:100%;
	padding:0px;

}
html{ 
height:100%; 
} 
#div2 {
width:600px;
height:120px; 
position:absolute;
left:50%;
top:50%;
margin-left: -300px;
margin-top:-95px;
display:block;
}

.wrapper {
min-height: 100%;
height: auto !important;
height: 100%;
margin: 0 auto -75px;
}

#footer {
	background-image:url(eastman_footer.jpg);
	background-position:center center;
	height:75px;
	width:100%;
}