html, body {	
	width: 100%;	
	height: 100%;	
	min-height: 100%;	
	padding: 0px;
	margin: 0px;
	border: 0px;
	background-color: #666666;
}
img { border: none;}
#container {	
	top: 0px;
	width: 800px;	
	height: 600px;	
	min-height: 600px;
	margin: auto;	
	position: relative;	
	background: #ffffff url(../images/background.jpg) repeat-y;	
}
html>body #container {	height: auto;}
hr { border: 1px solid dashed; color: #00243e; }
#left_dec {
	position: absolute;
	top: 10px;
	left: 1px;
	background: url(../images/left_dec.jpg);
	width: 407px;
	height: 426px;
}
#botom_buttons {
	position: absolute;
	top: 410px;
	left: 15px;
}
#logo {
	position: absolute;
	top: 30px;
	right: 60px;
}
#red_dec {
	position: absolute;
	top: 200px;
	right: 0px;
	background: url(../images/background_inside.jpg) repeat-y;
	width: 392px;
	height: 170px;
}
#content {
	position: absolute;
	top: 220px;
	right: 20px;
	left: 430px;
	font: 12px Arial;
	color: #ffffff;
}
.h1, h1 { 
	font-family: Arial, Helvetica, sans-serif;
	color: #FFFFFF;
	font-size: 14px;
}

a { color: #cccccc; text-decoration: none; }
a:hover { color: #ffffff; text-decoration: none; }
#footer { 
	position: absolute;
	bottom: -50px;
	right: 0px;
	width: 100%;
	height: 50px;
}
#footer_text {
	padding: 10px 10px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color:#FFFFFF;
	text-align: right;
}
#footer_text a {
	color: #cccccc;
	text-decoration: none;
}
#footer_text a:hover {
	color: #ffffff;
	text-decoration: none;
}
.fm-logo { 
	float: right;
	padding: 8px 0px 0px 10px;
}