html {
	width:100%;
	height: 100%;
	overflow: hidden;
}

body{
	width:100%;
	height: 100%;
	text-align:center;
	margin:0px;
	padding:0px;
	background-color:#83795F;
	color:#2E2514;
}
a:link { font-weight:bold; color:#2E2514; text-decoration:none }
a:visited { font-weight:bold; color:#2E2514; text-decoration:none }
a:hover { font-weight:bold; color:#2E2514; text-decoration:underline }
a:active { font-weight:bold; color:#2E2514; text-decoration:underline }
a:focus { font-weight:bold; color:#2E2514; text-decoration:underline }

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