body {
	background-color: #000000;
}

.style1 {
	color: #FFFFFF;
	font-size: 36px;
}
.style2 {color: #FDFB84}
#MainWindow {
	position:relative;
	z-index:3;
	visibility: visible;
}

#Header {
	position:relative;
	z-index:1;
	visibility: visible;
	width: 720px;
	top: 100px;
	left: 0px;
}
#Footer {
	position:relative;
	z-index:1;
	visibility: visible;
	width: 720px;
	top: -350px;
	left: 0px;
	height: 300px;
}
.style3 {
	font-size: 18px;
	font-weight: bold;
}