body{
	padding: 0px;
	background-color:#6A5999;
}

#tabl{
	width: 800px;
}

#verh{
	width: 800px;
	background-color: yellow;
}

#osn_left{
	text-align:center;
	width: 400px;
	background-color: #036;
	vertical-align:top;
}

#osn_right{
	text-align:center;
	width: 400px;
	background-color: #369;
	vertical-align:top;
}

#bottom{
	width: 800px;
	background-color: grey;
	text-align:	center;
	font-family: arial;
	font-size:12px;
	
}

#con{
	padding-top:100px;
	
}

#content{
	width: 800px;
	height: 940px;
	margin-left:50%;
	position: relative;
	left: -400px;
	overflow: hidden;
}

h1{
	color:gold;
	font-family: arial;
}
h2{
	color:white;
	font-family: arial;
}