/* CSS Document */
html { height:100%;}
body {
	background:#ababab;
	margin: 0;
	padding:0;
	height:100%!important;
	min-height:800px;
	background-color: #000;
	min-width: 1024px;
}
object {
	vertical-align:top;
	outline:none;
}
div {
	font-size: 11px;
	color: #CCC;
	font-family: Tahoma, Geneva, sans-serif;
	margin: 0px 20% 0 20%;
	height: auto;
	text-align: center;
	width: 60%;
}
.footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #333;
	text-align: center;
	height: 30px;
}
#lower {
}

