

body {
	background: #000;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: top center
}

.upperLeft{
	top: 0px;
	position: absolute;
	max-height: 100px;
	min-height: 100px;
	height: 100px;
	min-width: 100px;
	max-width: 100px;
	width: 100px;
	
}

.upperMiddle{
	top: 0px;
	left: 100px;
	max-height: 100px;
	max-width: 800px;
	min-height: 100px;
	min-width: 800px;
	height: 100px;
	width: 800px;
	position: absolute;
	
}

.container2{
	max-height: 600px;
	min-height: 600px;
	height: 600px;
	max-width: 1000px;
	min-width: 1000px;
	width: 1000px;
	
	position: relative;
}
.container {
	position:absolute;
	top: 50%;
	left: 50%;
	width:1000px;
	height:600px;
	margin-top: -300px; /*set to a negative number 1/2 of your height*/
	margin-left: -500px; /*set to a negative number 1/2 of your width*/
	
	
}

.upperRight{
	height: 100px;
	max-height: 100px;
	max-width: 100px;
	min-height: 100px;
	min-width: 100px;
	width: 100px;
	top: 0px;
	left: 900px;
	position: absolute;
	
}

.middle{
	
	max-height: 400px;
	position: absolute;
	min-height: 400px;
	height: 400px;
	left: 100px;
	top: 100px;
	max-width: 800px;
	min-width: 800px;
	width: 800px;
}

.middleLeft{
	max-height: 400px;
	max-width: 100px;
	min-height: 400px;
	min-width: 100px;
	height: 400px;
	width: 100px;
	
	left: 0px;
	top: 100px;
	position: absolute;
}

.middleRight{
	position: absolute;
	max-height: 400px;
	max-width: 100px;
	min-height: 400px;
	min-width: 100px;
	height: 400px;
	width: 100px;
	top: 100px;
	left: 900px;
}

.bottomLeft{
	position: absolute;
	left: 0px;
	top: 500px;
	max-height: 100px;
	max-width: 100px;
	min-height: 100px;
	min-width: 100px;
	height: 100px;
	width: 100px;
}

.bottomMiddle{
	
	background-image: url(enter.png);
	background-position: top center
	background-repeat: no-repeat;
	max-height: 100px;
	max-width: 300px;
	min-height: 100px;
	min-width: 800px;
	width: 300px;
	height: 100px;
	left: 100px;
	position: absolute;
	top: 300px;
}

.bottomRight{
	position: absolute;
	left: 900px;
	
	max-height: 100px;
	max-width: 100px;
	min-height: 100px;
	min-width: 100px;
	height: 100px;
	width: 100px;
	top: 500px;
}





