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

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

p{
	color:#4d4d4d;
}

td{
	color:#4d4d4d;
}


#wrapper,
#container {
	width: 100%;
 }

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

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

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

#lowlinks{
	font-size:12px;
	color:#909090;
	padding-top:10px;
}

#lowlinks a{
	color:#909090;
	text-decoration:underline;
}

#lowlinks a:visited{
	color:#909090;
	text-decoration:underline;
}

#lowlinks a:hover{
	color:#909090;
	text-decoration:none;
}