html {
	/*height: 100%;
	overflow: hidden;*/
}
body {
	/*height: 100%;*/
	background:#2f2600 url(../images/bg.gif) repeat;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#fff;
}
a:link {
	color: #006699;
	text-decoration: underline;
}
a:visited {
	text-decoration: underline;
	color: #006699;
}
a:hover {
	text-decoration: none;
	color: #FF0066;
}
a:active {
	text-decoration: underline;
	color: #FF0066;
}
.hideIt{display:none;}
.clearIt{clear:both;display:none;}

#flashcontent{ width:927px; height:675px; margin:auto; overflow:hidden;}