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

#flashcontent {
	height: 100%;
	color: #CCCCCC;
}

#getFlash {
	margin: 0px;
}

a {
	color: #666666;
	text-decoration: none;
}
a:hover {
	color: #FF0000;
	text-decoration: underline;
}
em {
	font-style: normal;
	font-weight: normal;
	color: #FF0000;
}
small {
	color: #666666;
}

small a {
	text-decoration: underline;
}
small a:hover {
	text-decoration: underline;
}

#wrapper {
	background-color: #000000;
	width: 830px;
	height: 540px;
	margin: 0px 0px 0px -475px;
	padding: 30px 60px;
	position: absolute;
	left: 50%;
}
#header {
	margin: 0px 0px 10px 0px;
}

#image {
	margin: 0px 0px 10px 0px;
}
#launch {
	margin: 0px;
}
#launch a {
	width: 165px;
	height: 30px;
	display: block;
	background-image: url(../images/lnch_out.jpg);
	background-repeat: no-repeat;
	text-decoration: none;
}
#launch a:hover {
	background-image: url(../images/lnch_ovr.jpg);
}

#launch a strong {
	visibility: hidden;
}

#download a {
	color: #FF0000;
}






