body {
	background: black;
	margin: 0px;
	color: #ccc;
	font-family: "Trebuchet MS", Arial, Verdana, Helvetica, sans-serif;
	font-size: 11px;
	line-height: 12px;
}

a {
	color: #fc9;
	text-decoration: none;
}

a:hover {
	color: #ccc;
}

a:active {
	color: #fff
}

a:visited {
	color: #fc9;
}

div,p {
	text-align: center;
}

div#titleGraphic {
	margin-top: 60px;
	margin-bottom: 30px;
}

div#titleGraphicMini {
	margin-top: 24px;
	margin-bottom: 16px;
}

div#launch {
	margin-top: 30px;
	margin-bottom: 30px;
}

div#info {
	width: 100%;
	padding-top: 10px;
	bottom: 16px;
	position: fixed;
}