#horizon {
	background-color: transparent;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	margin-top: -200px;
	text-align: center;
	min-width: 900px; 
}
#wrapper {
	background-color: #fff;
	position: relative;
	text-align: left;
	width: 900px;
	height: 380px;
	margin: 0px auto;
	}
	
.fusion {
	float: none;
	height: auto;
	width: 760px;
}
.left {
	float: left;
	height: auto;
	width: 50%;
}
.right {
    halign: right;
	float: right;
	height: auto;
	width: 50%;
}
.copryright {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #21445b;
}
