/* hide from ie on mac \*/
html {
	height: 100%;
	overflow: hidden;
}

#flash {
	height: 100%;
}
/* end hide */

body {
	height: 100%;
	margin: 0;
	padding: 0;
	background: url(../img/static/pagebg.gif);
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 11px;
	line-height: 16px;
}

a {
	color: #000;
	
}

#horizon {
	position: absolute;
	top: 50%;
	width: 100%;
	height: 1px;
	text-align: center;
}

#upgrade {
	background: url(../img/static/splash.jpg) center center no-repeat;
	text-align: center;
	height: 160px;
	margin: -230px auto 0;
	padding-top: 300px;
}