html, body { 
	width: 100%;
	height: 100%; 
}

body {
	background: #000; 
	font: 14px/16px Myriad Pro, Tahoma, Arial, sans-serif;
	color: #fff;	
}

*html body {
	font: 14px/16px Tahoma, Arial, sans-serif;
}

a {
	text-decoration:none;
}

a:link, a:visited {
	color:#999;
}

a:hover {
	color:#FFF;
}

.flash {
	z-index:0; 
	width:100%; 
	height:100%;
}

.bottom {
	position:absolute;
	width: 100%; 
	bottom: 0px; 
	z-index: 20; 
	color: #999; 
	padding: 10px 0px;
}
