@charset "utf-8";
/* Layout */
html, body {
	margin:0px;
	text-align:center;
}
a img {
	border:0px;
}
div#horizon{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
}

div#foundation{
	margin-left: -300px;
	position: absolute;
	top: -250px;
	left: 50%;
	width: 600px;
	height: 500px;
	visibility: visible;
}
div#base{
	float:left;
	width:600px;
	height:100%;
}
