html {
	height: 100%;
	overflow: hidden;
}

body {
	background-color: #F9ECD5;
	color: #000000;
}

#flashcontent {
	height: 480px;
	position: relative; top: 32px; left: 0px;
}

img {
	border: 0px;
	margin: 0px;
}

#bodylink a:hover {
	border-bottom: 1px;
	border-bottom-style: solid;
	border-bottom-color: #A4B0B0;
}

a {
	text-decoration: none;
}


