.noscreen {
	display:			none;
}

.showscreen {
	display:			block;
}

body {
	background-color:		black;
}

#centerpage {
	text-align:			center;
	width:				100%;
}

#pagecontainer {
	position:			relative;
	text-align:			left;
	width:              950px;
	margin-left: 		auto ;
	margin-right: 		auto ;
}

#menu {
	position:			absolute;
	left:				35px;
	top:				285px;
}

#footer {
	display:			none;
}