/* CSS Document */
*{
	margin: 0;
	padding: 0;
}

html, body {
	height:100%;
}

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

#noFlashContent {
	top: 50%;
	background-color: #FFFFFF;
	color: #FFFFFF;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	position: absolute;
	width: 100%;
	text-align: center;
	margin-top: -75px;
	height: 150px;
}

#title {
	background-color: #FFFFFF;
	color: #000000;
	font-size: 25px;
	padding: 10px;
}

#description {
	background-color: #99CC99;
	color: #000000;
	font-size: 20px;
	padding: 10px;
}

a:link {
	color: #CC6600;
	font-style: italic;
}
a:visited {
	color: #CCCCCC;
}
