/* CSS Document */

/* clearfix */
/* For modern browsers */
.cf:before,
.cf:after {
    content:"";
    display:table;
}

.cf:after {
    clear:both;
}

/* For IE 6/7 (trigger hasLayout) */
.cf {
    zoom:1;
}

/* end clearfix */


body{
	font-family: Arial, Helvetica, Verdana, sans-serif;
	font-size: 14px;
	background-color: #231f20;
	margin: 0;
	padding: 0;
	color: #fff;
}

#wrapper{
	width: 960px;
	margin: 0 auto;
}

h1{
	background: url("../gr/adfx_holding.png") top center no-repeat;
	width: 370px;
	height: 600px;
	text-indent: -9999px;
	font-size: 1px;
	margin: 0 auto;
}

h1 a{
	display: block;
	width: 370px;
	height: 600px;
}

#horizon{
				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;
				margin-left: -185px;
				position: absolute;
				top: -300px;
				left: 50%;
				width: 370px;
				height: 600px;
				visibility: visible;
			}

