html, body {
	margin:0;
	padding:0;
	background-color: #000000;
	text-align: center;
}
#bodyText {
	color: #ffd10e;
	font-size:17px; 
}
container {
	background-color: #000000;
	height: 1024;
	width: 768;
	text-align: center;
}
div#mainImage {
	margin-top: 5px;
	text-align: center;
}
#overlap {
  position: relative;
  width: 120px;
  z-index: 2;
}

#overlapParent {
  float: left;
  overflow: hidden;
  width: 100px;
}

html>body #overlapParent {
  overflow: visible;
}

#underlap {
  margin-top: 100px;
  position: relative;
  z-index: 1;
}
div#navButtons {
	width: 1024;
	text-align: center;
}
#buttons {
	text-align: center;
}

#copy, #copy a {
	padding-top:15px;
	text-decoration:none;
	text-align:center;
	font:10px Arial,Helvetica,sans-serif;
	color:#ffffff;
}

#copy a:hover {
	color:#FF0000;
}
span#developedBy {
	position: relative;
	top: -22px;
}
