html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background: #998675 url(../images/background.gif) repeat-x top left;
}
img { border: none;}
#container {	
	top: 0px;
	width: 800px;	
	height: 100%;	
	min-height: 100%;
	margin: auto;	
	position: relative;	
}
html>body #container {	height: auto;}
a { color: #ffffff; text-decoration: none; }
a:hover { color: #000000; text-decoration: none; }
.fm-logo {
	float: right;
	padding: 8px 10px 0px 10px;
}
#logo {
	position: absolute;
	top: 30px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: center;
}
#content {
	position: absolute;
	top: 380px;
	left: 0px;
	width: 100%;
	height: auto;
	text-align: center;
	color: #000000;
	font-size: 18px;
	font-weight: lighter;
}
#footer_left{
	position: absolute;
	top: 20px;
	left: 20px;
	color: #FFFFFF;
}
#footer_left a {
	text-decoration: none;
	color: #FFFFFF;
}
#footer_left a:hover {
	text-decoration: none;
	color: #000000;
}
#footer {
	position: absolute;
	top: 600px;
	right: 0px;
	width: 100%;
	height: 70px;
}
#footer_text {
	padding: 20px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000000;
	text-align: right;
}
