body {
	background-image:url('images/john/background-gradient.jpg');
	background-repeat:repeat-x;
	margin:0px;
	font-family:sans-serif;
}
#container{
	width:820px;
	height:473px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:120px;
	background-color:black;
}
#bottom-container{
	width:820px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	top:200px;
}
#logo{
	position:absolute;
	top:-120px;
}
#pitch{
	position:absolute;
	top:-120px;
	right:0px;
}
#thankyou{
	position:absolute;
	top:-100px;
	right:-10px;
}
#box-top{
	position:absolute;
	top:-9px;
}
#box-right{
	position:absolute;
	right:-9px;
	top:-9px;
}
#box-left{
	position:absolute;
	left:-9px;
	top:-9px;
}
#box-bottom{
	position:absolute;
	bottom:-8px;
	left:-8px;
}
#choose{
	position:absolute;
	top:30px;
	left:320px;
}
#enter{
	position:absolute;
	bottom:12px;
	left:160px;
	border:0;
}
#enter2{
	position:absolute;
	bottom:12px;
	right:160px;
	border:0;
}
.sprite{
	position:absolute;
	left:40px;
	top:100px;
	z-index:999;
	}
.sprite a{					
	background-color:black;
	color:white;
	display: block;
	width: 339px;
	height: 339px;					
	background:  url(http://www.minimania.com/images/john/enter-new-mini.jpg) no-repeat;
	}
.sprite a:hover {
	background-position: -339px 0;
	} 

.sprite2{
	position:absolute;
	right:40px;
	top:100px;
	z-index:999;
	}
.sprite2 a{					
	background-color:black;
	color:white;
	display: block;
	width: 339px;
	height: 339px;					
	background:  url(http://www.minimania.com/images/john/enter-classic-mini.jpg) no-repeat;
	}
.sprite2 a:hover {
	background-position: -339px 0;
	}
