@CHARSET "UTF-8";

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

#flashcontent {
	text-align: justify;
	vertical-align: middle;
	height: 100%;
}
/* end hide */

body {
	font-family: Helvetica, Arial, sans-serif;
	font-size: 12px;
	height: 100%;
	text-align:center;
	margin: 0;
	padding: 0;
	color: #fff;
	background-color: #000;
}

#upgrade {
	padding-left:50%;
	margin-left:-126px;
	margin-top:80px;
}

h1 {
	width:100%;
	text-align:center;
	margin-top:80px;
	color:white;
	font-weight:normal;
	font-size:18px;
	
}

a,img {
	border:none;
}

.align_left
{
	text-align: left;
}
