html {
	height: 100%;
	overflow: hidden;
}

body {
	background: #F2F2F2;
	color: #000000;
	font-family: Verdana, Arial, Sans-Serif;
	font-size: 80%;
	text-align: center;
	margin: 0;
	height: 100%;
}

#container {
	height: 100%;
	overflow: hidden;
}

#flashcontent {
	height: 100%;
	overflow: hidden;
}

#noflash {
	padding: 50px 0 0 0;
}

body.popUp {
	background: #BBBBBB url(images/WhiteDither_2x2.gif);
}

.popUp #container {
	padding: 50px;
}
