body {
	background-color: #000000;
}
#Main {
	position:static;
	width:1100px;
	z-index:1;
	margin-right: auto;
	margin-left: auto;
}
#Header{
	height: 595px;
	width: 1100px;
	background-image: url(Images/header.png);
	text-align: center;
}
#MainGui{
	top: 550px;
	position: relative;
	margin: 0 auto;
	width: 620px;
	text-align: justify;
}
#MidSection{
	background-image: url(Images/tile.png);
	background-repeat: repeat-y;
	width: 1100px;
	text-align: center;
}
#Info{
	width: 550px;
	text-align: left;
	margin: 0 auto;
	overflow: auto;
}
.BigHeading {
	font-family: Arial, Helvetica, sans-serif;
	color: #ECE821;
	font-weight: bold;
	font-size: 14px;
}
.LittleHeading {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	color: #F0A01F;
}
.whiteBody {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	color: #FFFFFF;
}


a:link {
	color: #ECE821;
	text-decoration: none;
}
a:visited {
	color: #F0A01F;
	text-decoration: none;
}
a:hover {
	color: #ECE821;
	text-decoration:underline;
}
a:active {
	color: #FFFFFF;
}