@charset "utf-8";
/* CSS Document */
html {
	width:100%;
	height:100%;
}
body {
	margin:0px;
	padding:0px;
	text-align:center;
}
#container {
	margin:0 auto;
	width:100%;
	background:url(../images/clouds.jpg) no-repeat center top;
}
#flash_object {
	margin:0 auto;
	width: 769px;
}
#footer {
	margin:0 auto;
	width:780px;
}
#terms {
	color:#abadae;
	font:11px arial;
	float:left;
	width:500px;
	text-align:left;
}
#developer {
	color:#abadae;
	font:11px arial;
	float:right;
	text-align:right;
}
.footer a {
	font:11px arial;
	color:#abadae;
	text-decoration:none;
}
.footer img {
	border:0px;
}
.footer {
	width:50%;
	text-align:right;
}
#disclaimer {
	border:1px solid #abadae;
	background-color:#ffffff;
	padding:10px;
	position:absolute;
	top:-330;
	left:0;
}
#disclaimer h1 {
	color:#666666;
	font: bold 13px arial;
	padding:0px;
	margin:0px;
}
