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

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

body {
	margin: 0;
	padding: 0;
	height: 100%;
	background-color: #000000;
}

#flashInstall{
	width:100%;
	height:300px;
	position:relative;
	top:25%;
	display:none;
	text-align:center;
}

#alternateCT{
	background:#000000 url(../img/logo.jpg) no-repeat center;
	height:100%;
	width:100%;
	display:none;
	text-align:center;
	vertical-align:middle;
}

#alternateCT #text{
	color:#ffffff;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:12px;
	text-align:center;
	position:relative;
	top:48%;
}