/* CSS Document */
html {
	height: 100%;
	overflow: auto;
}

#FLASHcontent {
	position: absolute;
	top: 0px;
	left: 0px;
	height: 100%;
	width:  100%;
}

body {
	background: #FFFFFF; 
	background-color: #FFFFFF;
	background-image: url(../images/background.jpg);
	background-repeat: repeat;
	text-align: center;
	margin: 0 auto 0 auto;
	padding: 0;
}

