html {
	height: 100%;
	font-size: 100%; /* IE hack */
	}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: .75em;
	height: 100%;
	margin: 0px;
	padding: 0px;
	background: #C8BDAA url(../_images/background.jpg) no-repeat center top;	
}
h1 {
	font-size: 11px;
}
#sides {
	margin-top: 100px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	color: #FFFFFF;
	text-align: center;
}
#sides p{
	color: #6D7850;
}
#flashcontent {
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	width: 100%;
	text-align: center;
}
#flashcontent a, #flashcontent a:visited {
	color: #CCCCCC;
}
a, a:visited{
	color: #778e3c;
	text-decoration: none;
}
a:hover{
	color: #A8A8A8;
}
#lines {
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #778e3c;
	border-bottom-color: #778e3c;
}

