@charset "utf-8";

html, body, #pageContent {
	height:100%;
}
body {
	margin: auto;
	margin:0;
	padding:0;
	overflow:hidden;
	background-image: url(../images/flash/BG.jpg);
}

#pageContent
{
	width: 100%;
	height: 100%;
	position: absolute;
}

#flashBackground
{
	width: 100%;
	height: 100%;
	position: absolute;
	background-image: url(../images/flash/flashBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}

#holder
{
	background-image: url(../images/flash/flashBG.jpg);
	background-position: top center;
	background-repeat: no-repeat;
}