html, body {
	height: 100%;
	overflow: hidden;
}
body {
	font-family: Arial, Helvetica, sans-serif;
	color: #999999;
	background-color: #000000;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
a:link {
	color: #FF99CC;
	text-decoration: none;
}
a:visited {
	color: #FF99CC;
	text-decoration: none;
}
.outer {
	height: 100%;
	width: 100%;
	display: table;
}
.inner {
	vertical-align: middle;
	display: table-cell;
	text-align: center;
	#position: absolute;
	#top: 50%;
	#left: 50%;
}
.content {
	#position: relative;
	#top: -50%;
	#left: -50%;
}.nav {
	font-size: 0.7em;
	color: #FF99CC;
}

