﻿/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: auto;
	margin: 0;
	padding: 0;
}

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #000000;
}

#content {
	width: 1015px;
	height: 685px;
	top: 50%;
	left: 50%;
	margin-top: -342px;
	margin-left: -507px;
	position: absolute;
}

#swfContainer {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}

#landing {
	width: 484px;
	height: 445px;
	top: 50%;
	left: 50%;
	margin-top: -242px;
	margin-left: -222px;
	position: absolute;
}
/* end hide */

