@charset "utf-8";
body {
	background-color: #000000;
	margin: 0px;
	color: #FFFFFF;
	font-size: 12px;
	text-align: justify;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

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

em a{
	color: #FF0000;
	text-decoration: none;
}
em a:hover{
	text-decoration: underline;
}
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: 110px;
	height: 25px;
	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;
}






