html, body {
    height: 100%;
    margin: 0;
    padding: 0;
	background-color:#d0d0ee;
	overflow:hidden;
}
 
#flashFullscreen {
	height:100%;
    width: 100%;   
	position:absolute;
	top:0px;
	left:0px;
}

#buttons{
	width:230px;
	height:200px;
	position:absolute;
	bottom: 00px;
	left: 00px;
}

#background {
	width:105%;
	Height:105%;
	position:absolute;
	left:0px;
	top:0px;
	padding:0;
	margin:0;
	background-color:#d0d0ee;
	overflow:hidden;
	border:1px solid #FFF;
}

#content {
	width:100%;
	Height:100%;
	position:absolute;
	left:0;
	top:0;
	overflow:scroll;
}