@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}
body {
	margin:0px;
	padding:0px;
	background-color: #fff;
}
img {
	border:0px;
}
.horizon {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	display: block;
}

.wrapper {
	position: absolute;
	text-align: left;
	margin-left: -400px;
	left: 50%;
	top: -299px;
	width: 800px;
	height: 598px;
	
}
.main {
	height: 598px;
	width: 800px;
	position: absolute;
}

