*
{
	border: 0;
	margin: 0;
	padding: 0;
	outline:none;
}

html
{
	height: 100%;
	overflow: hidden;
}

body
{
	background-color: #f4f4f3;
	height: 100%;
}

#bg
{
	position:absolute;
	height:697px;
	width:100%;
	top:50%;
	margin-top:-398px;
	background-image:url(../images/bg.gif);
	background-repeat:repeat-x;
}

#flashcontainer
{
	position:absolute;
	width:952px;
	height:542px;
	left:50%;
	top:50%;
	margin-left:-476px;
	margin-top:-271px;
	overflow:visible;
}

#noflash
{
	margin-top: 200px;
}

#noflash
{
	visibility:visible
	border:1px solid rgb(255, 255, 255);
}

#footer
{
	position:absolute;
	height:48px;
	width:100%;
	background-color:#161616;
	background-image:url(../images/footer.gif);
	background-repeat:repeat-x;
	margin-top:-48px;
	top:100%;
	
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#FFF;
}

#footer #footer_text
{
	position:absolute;
	width:952px;
	/*height:80px;*/
	left:50%;
	margin-left:-476px;
	padding-top:10px;
}

#footer #footer_text a
{
	text-decoration:none;
	color:#FFF;
	font-size:10px;
}

#footer #footer_text a:hover
{
	text-decoration:underline;
	color:#F00;
}