html, body {
	width: 100%;
	height: 100%;
	min-height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}
html>body #container {
	height: auto;
}
img {border: none;}
#container {
	top: 0px;
	width: 800px;
	height: 645px;
	min-height: 645px;
	margin: auto;
	position: relative;
	bottom: 0px;
	background-color: #000000;
}
#black_box {
	background-color: #000000;
	filter:alpha(opacity=90);
	-moz-opacity:.90;
	opacity:.90;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 305px;
	height: 630px;
	z-index: 10;
}
#content {
	padding: 135px 10px 100px 10px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #FFFFFF;
}
#content a { color: #999999; text-decoration: none }
#content a:hover { color: #ffffff; text-decoration: none }
h1 { 
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	font-weight: bold;
}
#images {
	position: absolute;
	top: 0px;
	left: 0px;
	width: 800px;
	height: 600px;
	z-index: 0;
}
#logo {
	z-index: 20;
	position: absolute;
	top: 60px;
	left: 20px;
}
#footer {
	position: absolute;
	width: 100%;
	height: 40px;
	bottom: 0px;
	right: 0px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #777777;
}
#footer a { color: #777777; text-decoration: none; }
#footer a:hover { color: #FFFFFF; text-decoration: none; }
.fm-logo {	
	float: right;	
	padding-top: 5px;	
	padding-right: 5px;	
	padding-left: 5px;
}

