html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background: #00b5dd url(../images/background.gif) repeat-x;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}
img { border: none;}
html>body #container {	height: auto;}
h1, h2, h3, h4, h5, h6, p, form { margin:20px 0; }
hr { 
	border: 0px;
	background-color: #c7ced1;
	height: 1px;
}
#container {	
	top: 0px;	
	width: 760px;	
	height: auto;	
	min-height: auto;
	position: relative;
	margin: auto;
}
#logo {
	position: absolute;
	top: 92px;
	right: 104px;
	width: 576px;
	height: 224px;
}
#shadow_logo {
	position: absolute;
	top: 322px;
	right: 0px;
	width: 324px;
	height: 273px;
	background: url(../images/shadow_logo.gif) no-repeat;
	z-index: 10;
}
#shadow_dec {
	position: absolute;
	top: 322px;
	left: 0px;
	width: 445px;
	height: 15px;
	background: url(../images/shadow_dec.gif) no-repeat;
	z-index: 10;
}
#shadow_right {
	position: absolute;
	top: 0px;
	right: -15px;
	width: 15px;
	height: 585px;
	background: url(../images/shadow_right.jpg) no-repeat;
}
#shadow_left {
	position: absolute;
	top: 0px;
	left: -15px;
	width: 15px;
	height: 585px;
	background: url(../images/shadow_left.jpg) no-repeat;
}
#content { 
	padding: 405px 405px 150px 60px;
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
}
#footer {
	position: absolute;
	bottom: 0px;
	width: 760px;
	height: 50px;
	background-color: #00b5dd;
}
#footer_text {
	padding: 10px 20px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #243444;
	text-align: right;
}
#footer_text a {
	color: #243444;
	text-decoration: none;
}
#footer_text a:hover {
	color: #444444;
	text-decoration: none;
}
a {
	color: #243444;
	text-decoration: none;
}
a:hover {
	color: #444444;
	text-decoration: none;
}
.fm-logo {
	float: right;
	margin: 5px 0px 5px 10px;
}