html, body, #flashcontent, #noflash {
	width: 100%;
	height: 100%;
	background-color: #45829E;
}
body {
	background-color: #45829E;
	margin: 0;
	padding: 0;
	overflow: hidden;
}
#flashcontent {
	background-color: #61A1C5;
}
#noflash {
	background-color: #45829E;
}
#noflashimg {
	background-color: #45829E;
	width: 1024px;
	height: 768px;
	vertical-align:top;
}
a:link {
	text-decoration: none; color: #4C4C4C;
}
a:visited {
	text-decoration: none; color: #4C4C4C;
}
a:active {
	text-decoration: underline; color: #4C4C4C;
}
a:hover {
	text-decoration: underline; color: #4C4C4C;
}