/* CSS Document */
/* hide from ie on mac \*/
html {
	height:100%;
	overflow:hidden;
}
#flashcontent {
	width:900px;
	height:599px;
	margin:0 0 0 -450px;
	left: 50%;
	position:absolute;
	text-align: center;
}
/* end hide */
body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-color:#fcfbf9;
	background-image: url('images/bg.jpg');
	background-repeat: repeat-x;
}
