html {
overflow: auto;
}


body {
	text-align:center;
	width:100%;
	height:100%;
	margin: 0px;
	background-color:#BCCAD8;
	background-image:url(background.jpg);
	background-repeat: repeat-x;
}

#flash {
	width:800px;
	height:600px;
	margin-left:auto;
	margin-right:auto;
	}
