body {
	margin:0px;
	padding:0px;
	background: #522E0A;
}

body, div, td {
	font-family: Arial;
	font-size: 16px;
	color:#E5C986;
}

.contactTitle {
	color:#E5C986;
	font-size: 16px;
}

#horizon        
{
	text-align: center;
	position: absolute;
	top: 0px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: 100%;
	overflow: visible;
	visibility: visible;
	display: block;
}

#stage
{
	margin-left: -436px;
	position: absolute;
	left: 50%;
	width: 863px;
	height:100%;
	bottom: 0px;
	visibility: visible;
}

#pageTitle
{
	position:absolute;
	top:170px;
	left: 100px;
	color:#fff;
	text-shadow: 0.1em 0.1em 0.05em #000;
	font-size: 24px;
}

#navigation {
	position:absolute; 
	top:110px; 
	right:105px; 
	text-align:left; 
	line-height: 36pt;
}

#a {
	text-decoration: none;
	color:#fff;
}

#a:hover {
	color:#E5C986;
	text-decoration: none;
}

a:link, a:active, a:visited {
	color:#ffffff;
	text-decoration: none;
}



#leftStage 
{
	position:absolute;
	width:340px;
	top: 540px;
	left:40px;
	text-align: left;
	font-size: 9pt;
}

h1 {
	font-weight:bold;
	margin:0px;
	padding:0px;
	font-size:11pt;
}

h3 {
	font-weight:bold;
	font-size: 9pt;
	margin:0px;
	padding:0px;
}

#rightStage 
{
	position:absolute;
	width:340px;
	top: 540px;
	right:110px;
	text-align: left;
	font-size: 9pt;
}

hr {
	border: none 0;
	border-top: 1px solid #E5C986;/*the border*/
	width: 100%;
	height: 1px;/*whatever the total width of the border-top and border-bottom equal*/
}

#login {
	background: #fff;
	
}
#fullscreenstage {
	position: absolute;
	top: 0px;
	left: 0px;
	bottom: 0px;
	right: 0px;
	background: #522E0A;
	text-align: center;
	vertical-align: middle;
	display: none;
	z-index: 100;
}