html, body {
	height: 100%;
	overflow: hidden;
}
body {
	background: #000000;
	font: 76% Arial, sans-serif;
	margin: 0;                
}
#content {
	height: 100%;
	text-align:center;
	color:#e7ba1f;
}
#noflash {
	height: 100%;
	background: #fff;
	text-align:left;
	color:#000;
}
img {
    border: none;
}

