html {
	height:100%;
	margin: 0;
	padding: 0;
}

body {
	background-color:#f9f9f9;
	height:100%;
	margin:0;
	padding:0;
}

.bg {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}

#content {
	height: 100%;
	width: 100%;
	position: relative;
}

#flashcontent {
	height:100%;
	margin:0;
	padding:0;
	width:100%;
	z-index: 0;
}

#noflash {
	height:300px;
	margin:auto;
	text-align:center;
	z-index: 6000;
	padding: 20px 0px 20px 0;
	position: relative;
	top: 200px;
	left: -80px;
	width: 100%;
}

#logo	{
	z-index: 7000;
	padding-left: 30px;
	position: absolute;
	bottom: 30px;
}
