html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #00501c url(../images/background.gif) repeat-x;
}
img { border: none;}
#container {	
	top: 0px;
	width: 1024px;	
	height: 100%;	
	min-height: 100%;
	margin: auto;	
	position: relative;	
	background: url(../images/background_container.gif) repeat-x;
}
html>body #container {	height: auto;}
a { color: #b9b299; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
.fm-logo {
	float: right;
	padding: 6px 10px 0px 10px;
}
#grey { 
	position: absolute;
	top: 0px;
	left: 0px;
	width: 50%;
	height: 207px;
	background-color: #d4cfbc;
}
#logo {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 1024px;
	height: 208px;
	background: url(../images/logo.gif) no-repeat;
}
#header {
	position: absolute;
	top: 230px;
	left: 0px;
	width: 997px;
	height: 341px;
}
#content {
	padding: 600px 100px 100px 100px;
	color: #FFFFFF;
	font-size: 14px;
}
#footer {
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 100%;
	height: 70px;
}
#footer_text {
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b9b299;
	text-align: right;
}
#footer_left {
	position: absolute;
	bottom: 30px;
	left: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #b9b299;
	text-align: right;
}
