/* CSS Document */

	/* hide from ie on mac \*/
	html {
	height: 100%;
	}
	body {
	height: 100%;
	margin: 0 auto;
	padding: 0;
	background-color: #000000;
	text-align:center;
	}
	
	#content {
	position:absolute;
	height:1000px;
	left:50%;
	margin-left:-840px;
	top:0px;
	background-image:url(../images/bg.jpg);
	width:1680px;	
	}
#flashcontent {
	height: 550px;
}

	#flash{
	width:1060px;
	height:1000px;
	position:absolute;
	left:50%;
	margin-left:-530px;
	}
	#footer{
	width:1060px;
	height:90px;
	margin:0 auto;
	position: absolute;
	top: 550px;
		left:50%;
			margin-left:-530px;
	}

