/* CSS file */
html, body{
	width: 100%;
	height: 100%;
}


body{
	text-align: center;
	font-family: "Trebuchet MS",Tahoma,Geneva,Helvetica,Arial,sans-serif;
	font-size: 12px;
	margin: 0;
	padding: 0;
	overflow: hidden;
}


#flashContainer{
	width: 100%;
	height: 100%;
}

#textBox{
	width: 100%;
	height: 1em;
	background-color: #999999;
	position: absolute;
	bottom: 0;
	z-index: 2;
}