body { 
	font: 120% Helvetica,Arial,Verdana;
	color: #3d3d3e;
	width:100%;
	overflow: auto;
	background-color: #000000;

}

html, body {
	height: 100%;
	margin: 0;
	padding: 0;
	overflow: hidden;
}

body {
	min-width: 960px;
	min-height: 528px;
	position: relative;
	position: static;
}

#welcome {
	width: 960px;
	height: 528px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -480px;
	margin-top: -264px;
}

.information {
    position: absolute;
    left: -9000px;
    top: -9000px;
    height: 20px;
}

A:link, A:visited, A:active, A:hover {
	text-decoration: none;
	color: #3d3d3e;
	background-color: transparent;
}

a:active, a:focus {
	outline: none;
	border-style: none;
	display: inline-block;
}