/* CSS Document */
body {margin: 0;padding: 0;background-color: #dee2e9;}

/*hide from ie on mac\*/
#flashcontent {
	width: 1000px;
	height: 572px;
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -500px;
	margin-top: -286px;
	-webkit-box-shadow: 0 0 15px rgb(185,185,195);
	-moz-box-shadow: 0 0 15px rgb(185,185,195);
	box-shadow: 0 0 15px rgb(185,185,195);
}
/* end hide */
