/* CSS Document */

body {
	color: #000000;
	background : #FFFFFF;
	margin: 0px
}

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

/* 'content' box must be nested inside the 'horizon' box */

#content    
	{
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	margin-left: -390px;
	position: absolute;
	top: -230px;
	left: 50%;
	width: 780px;
	height: 460px;
	visibility: visible
	}
	
	#footer 
	{
	font-size: 10px;
	font-family: Verdana, Geneva, Arial, sans-serif;
	text-align: center;
	position: absolute;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 20px;
	visibility: visible;
	display: block
	}