body, html {
	margin: 0;
	padding: 0;
	background-color : #7F9098;
}
#flashElem {
	height: 610px;
	position: absolute;
	width: 910px;
}
#background {
	margin: 0 auto;
	position: relative;
	width: 910px;
	margin-top: 20px;
	margin-right: auto;
	margin-left: auto;
}
a {
	color: #ffffff;
	font-weight: bold;
	margin: 3px;
	text-decoration: none;
}
a:hover {
	text-decoration: underline;
	color: #900;
}
a:link {
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #FFF;
}
a:active {
	text-decoration: none;
	color: #FFF;
}
h1 {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFF;
}
#menu {
	background-color: #009;
	position: absolute;
	top: 0px;
	right: 0px;
}
#content {
	position: absolute;
	width: 870px;
	left: 20px;
	top: 30px;
}
