* {
	margin:0;
	padding:0;
}
html, body {
	height:100%;
}
body {
	background-color:#4c3f34;
	text-align:center; /* horizontal centering for IE Win quirks */
}
#distance {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -370px;
	text-align: center;
	min-width: 980px;
}
#seaside {
	margin: 0px auto;
	background-color: #4c3f34;
	position: relative;
	text-align: left;
	width: 980px;
	height: 745px;

}




