body {
	background-color: #0099cc;
}
#main {
	border: thin solid #FFFFFF;
	height: 470px;
	width: 800px;
	overflow: hidden;
}
#wrapper {
	margin-right: auto;
	margin-left: auto;
	width: 800px;
}
#flashcontent {
	margin: 0px;
	padding: 0px;
}
#footer {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #FFFFFF;
	padding-left: 25px;
}
#footer a {
	color: #FFCC00;
	text-decoration: none;
}
#marquee {
	height: 35px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
	border-top-width: thin;
	border-right-width: thin;
	border-bottom-width: thin;
	border-left-width: thin;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #FFFFFF;
	border-right-color: #FFFFFF;
	border-bottom-color: #FFFFFF;
	border-left-color: #FFFFFF;
	background-color: #00AEE0;
	width: 100%;
	text-align: right;
	margin-top: -5px;
	padding-top: 0px;
}
#placeholder {
	height: 31px;
	width: 420px;
}

