html {
	/*height: 100%;
	overflow: hidden;*/
}
body {
	/*height: 100%;*/
	background:#5e5e5e url(../images/bg2.gif) repeat-x;
	text-align:center;
	margin:auto;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
	color:#000;
}
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:1036px; height:670px; margin:auto; overflow:hidden;}