html, 
body, 
#main {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
	background: #CCCCCC;
	font: 12px "Lucida Grande", Arial, Helvetica;
	font-weight: 400;
	color: #fff;
}

#horizon {
	position: absolute;
	top: 50%;
	left: 50%;
	}
	
	#upgrade {
		visibility: hidden;
		position: relative;
		width: 400px;
		margin: -150px auto 0 -210px;
		padding: 20px;
		text-align: center;
		line-height: 20px;
		border: 10px solid #fff;
		background: #3D452D;
		}
		
		#upgrade h1 {
			margin: 0 0 20px 0;
			font-size: 14px;
			text-align: center;
			}
		
		#upgrade p { color: inherit; }
	
		#upgrade img {
			border: none;
			}
	
		#upgrade a {
			color: #01F902;
			background: inherit;
			text-decoration: none;
			}
		#upgrade a:hover {
			text-decoration: underline;
			}
	
		#upgrade a.btnGetFlash {
			display: block;
			height: 38px;
			background: url(/assets/images/get_flash_player.png) top center no-repeat;
			}