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

body {
	width:100%;
	height:100%;
	background-color:#070707;
	text-align:center;
	margin:0;
	padding:0;
	font-family: Arial, Helvetica, sans-serif;
	color:#ffffff;
}


#noflash{
	height: 100%;
	width: 100%;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index: 0;	
}

a:link{
	color:#4d4232;
}
a:visited{
	color:#4d4232;
}
a:hover{
	color:#D8D7D7;
}
a:active{

}
.hide{
	display:none;	
}

