html, body {
    height:100%;
	width:100%;
	margin: 0;
	padding: 0;
	border: none;
	margin: 0px 0px 0px 0px;	
}

body{
	background-color: #000000;
	background-image:url("../loadingBar.gif");
	background-repeat:no-repeat;
	background-position:center;
	background-attachment: fixed;
}
	
#wrapper {
	visibility:hidden;
}

#flashContent {
	text-align: center;	
}
