/* Layout
--------------------------------------------------------- */


#mojologo{
	position: absolute;
	top: 10px;
    padding-left: 125px;
    padding-right: 20px;
    padding-top: 15px;
    height: 200px;
	z-index: 99px;
	margin: center;
	}
	
body{

	background: url(i/mojoatbrothers.jpg) center;
    background-repeat: no-repeat;
	background-color:#000;
	background-position: top;
}
	

#allcontent{
	width: 800px;
	margin: auto;
	height: 600px;
	}
	
p.download a{
	position: absolute;
	top: 392px;
	left: 586px;
    margin: center;
	display:block;
	height:30px;
	width: 85px;
	background:url(i/enter.jpg) no-repeat top left;
	z-index: 99px;
	}
	
	p.download a:hover{
		background-position:bottom left;
		}

