@charset "UTF-8";
/* CSS Document */

body, html {
	margin:0px;
	padding:0px;
	height:100%;
	width:100%;
}

body {
	background-color:#111112;
	background-image:url('../images/home_bg.jpg');
	background-position:left top;
	background-repeat:repeat-x;
}

div#flash {
	position:absolute;
	width:1100px;
	height:599px;
	left:50%;
	top:0px;
	margin:0px 0px 0px -550px;
}


div#footer {
	position:absolute;
	bottom:0px;
	text-align:center;
	color:#CCCCCC;
	width:100%;
	height:50px;
	font-size:12px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	z-index:10;
}

div#footer a:link, div#footer a:visited {
	color:#444444;
	text-decoration:none;
}
div#footer p {
	padding:0px;
	margin:0px 0px 8px 0px;
}
div#footer a:hover {
	color:#888888;
	text-decoration:underline;
}