#outer_wrap{
	top: 0px;
	left: 0px;
	position: absolute;
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0px;
}
#flashcontent {
	width: 100%;
	height: 100%;
	text-align: center;
	margin: 0;
	padding: 0px;
	min-width: 982px;
	min-height: 610px;
}

#noflash {
	/*width: 982px;
	height: 100%;*/
	position: absolute;
	top: 50%;
	left: 50%;
	width: 900px;
	height: 720px;
	margin-left: -450px;
	margin-top: -360px;
	background-image: url(../background.jpg);
	background-position: center center;
	background-repeat: no-repeat;
	text-align: left;
}
#noflashtext {
	margin-top: 230px;
	margin-left: 200px;
}
