body {
	margin: 0px;
	padding: 0px;
	background: #ddd;
	font-family:tahoma, arial, sans;
	font-size:11px;
}

#mainContainer {
	background: #aaa;
	position: relative;
	top: 40px;
	left: 20px;
	margin: 0px;
	padding: 0px;
}

.slot {
	position: relative;
	float: left;
	top: 0px;
	left: 0px;
	margin: 0px 4px 0px 0px;
	
	overflow: hidden;
	width: 293px;
	background:transparent;
	background:white;
}

.gameContainer {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 500px;
	background:white;
	z-index:1;
}
.gameContainer2 {
	position: absolute;
	left: 100px;
	top: 10px;
	width: 891px;
	background: transparent;
	z-index:111;
}
.flashContainer {
	position: absolute;
	left: 40px;
	top: 10px;
	width: 780px;
	height:400px;
	background: green;
	z-index:2;
}
