/* CSS Document */

body {
	font-family: "Lucida Grande", "Lucida Sans", Helvetica, sans-serif;
	font-size: 11px;
	line-height: 15px;
	color: #ff9900;
	margin: 0px;
	padding: 0px;
	background: #331200;
}

/* The following two styles center content both horizontally and vertically on stage */

/* styles for IE 5 Mac */
#horizon {
	background-color: transparent;
    position: absolute;
    top: 20px;
    left: 20px;
}

/* following rules are invisible to IE 5 Mac\*/
html, body {
 	width: 100%;
	height: 100%;
 }

#horizon {
	background-color: transparent;
	position: absolute; 
	top: 50%; 
	left: 0px; 
	width: 100%;
	text-align: center;
	min-width: 770px;
	margin-top: -275px;
 }
 /* end IE 5 hack */ 

#wrapper {
	text-align:center;
	position: relative;
	margin: 0px auto;
	width: 780px;
	height: 450px;
	/*border: 1px solid #677018;*/
 }

h1 {
	font-size: 11px;
	font-weight: normal;
	margin-top: 0px;
}

a:link, a:visited, a:hover {
	color: #677018;
	text-decoration: none;
}
a:hover {
	border-bottom: dotted 1px #677018;
}

#wrapper a:link, #wrapper a:visited, #wrapper a:hover {
	border: none;
}

.textArea {
	margin: 15px;
}

.miniText {
	font-size: 10px;
	margin: 8px 0px;
}
