@charset "utf-8";
body 
	{
	background-color:  white;
	margin: 0px;
	}

#horizon        
	{
	background-color: transparent;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	margin-left: -550px;
	position: absolute;
	left: 50%;
	width: 1100px;
	height: 650px;
	visibility: visible;
	overflow: visible;
	top: -325px;
	}
#content1 {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: transparent;
	position: relative;
	width: 1100px;
	height: 650px;
	visibility: visible;
	overflow: visible;
	top: 35px;
	margin-right: auto;
	margin-left: auto;
}
.t1 {
	margin: 10px;
	height: 100px;
	width: 100px;
}
.t2 {
	background-color: #006699;
	margin: 10px;
	height: 100px;
	width: 100px;
}
.t3 {
	background-color: #006699;
	margin: 10px;
	height: 100px;
	width: 100px;
}

