@charset "utf-8";
/* CSS Document */
body {
	background-color:#ededed;
	}
#horizon        
	{
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 1px;
	overflow: visible;
	visibility: visible;
	display: block
	}
	#content    
	{
	background: url('index.png') no-repeat;
	margin-left: -225px;
	position: absolute;
	left: 50%;
	top: -121px;
	width: 479px;
	height: 195px;
	visibility: visible;
	}
#footer {
	border-top: 1px solid #b4b4b4;
		margin-top: 200px;
	padding-top: 10px;
	font-family:Tahoma, Geneva, sans-serif;
	font-size:10px;
	color: #333;

}
#footer a {
	color: #454545;
	font-weight:bold;
	text-decoration: none;
}
