html {
	overflow:hidden;
	height:100%;
}
body {
	background-color:#FFFFFF;
	margin:0px;
	width:100%;
	height:100%;
}
.mainContainer {
	position:absolute;
	background-image: url(../images/mask.jpg);
	background-repeat: no-repeat;
	width:1198px;
	height:719px;
	margin:0 auto 0 auto;
}
.swfContainer {
	position:absolute;
	margin:38px 0 0 130px;
	width:955px;
	height:597px;
	background-color:#C3BE87;
}