html, body{
	width:				100%;
	height:				0%;
	border:				0px;
	padding:			0px;
	background-color: 	#FFFFFF;
}

#content_container{
	position:		absolute;
	width: 			980px;
	height: 		700px;
	left:			50%;
	margin-left:	-490px;
}

#flash_content{
	visibility:		hidden;
}

#flash_bg{
	visibility:			visible;
	background:			url(../images/background.gif);
	background-repeat:	no-repeat;
}

#footer{
	color:			#AAAAAA;
	font-family:	Arial, Helvetica, sans-serif;
	font-size:		10px ;
	position:		absolute;
	top:			700px;
	width: 			980px;
	left:			50%;
	margin-left:	-490px;
}

#footer a{
	color:			#FF0000;
	text-decoration:none;
}

#footer .margin_left {
	margin-left:   30px;
}
