/* CSS Document */
html { 
	overflow: hidden;
}

body {
	font:10px Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #CCCCCC;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

a {
	color: #999999;
	text-decoration: none;	
}

a:hover {
	color: #CE0000;
}

#flash_content {
	position:absolute;
	width: 900px;
	height: 550px;
	left: 50%;
	top: 50%;
	margin-left: -450px;
	margin-top: -275px;
	text-align: center;
	z-index: 2;
}
#footer{
	position:absolute;
	width: 100%;
	bottom: 10px;
	text-align: center;
	z-index: 1;
}
#background_image {
	position:absolute;
	width: 1920px;
	height: 1200px;
	left: 50%;
	top: 50%;
	margin-left: -960px;
	margin-top: -600px;
	background:url(../images/background.jpg) repeat-x;
	z-index: 0;
}
