/* ------------------------------------
   General Stylesheet
--------------------------------------- */

html{height: 100%;}
body{text-align: center;}
html, body, #wrapper {
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
}

#wrapper,
#container { 	width: 930px; }

#wrapper {
	vertical-align: middle;
	text-align: center;
	margin: 0 auto;
}

#horizon{
	overflow: visible; 
	height: 525px;
	text-align: left; 
}

#container {
	text-align: left; 
	position: absolute;
}

/* Content div */
#content {
	height: 525px;
}

/* Header  */
#body{  padding: 20px; }
