html, body {
	height: 100%;
	width: 100%;
        font-family: "Tahoma";
        font-size: 11px;
        color: #FFFFFF;
	background-color: #000000;
	margin: 0px 0px 0px 0px;
}

a:link, a:visited, a:active {
	color: #b3e617;
	text-decoration: none;
}

a:hover {
	color: #e4e617;
	text-decoration: underline;
}

#welcomeContainer {
	height: 100%;
	overflow: hidden;
	display: table;
	margin: 0 auto;
}

#welcomeSubContainer {
	#position: absolute;
	#top: 50%;
	display: table-cell;
	vertical-align: middle;
	width: 640px;
}

#finalReality {
	height: 349px;
	width: 557px;
	background: url("http://images.finalreality.net/finalreality-ansi.png") no-repeat top;
	margin:0 auto;
}

#orangeVest {
	height: 150px;
	width: 150px;
	margin: 0 auto;
}

