#container{
		background:url(../images/index-bg.jpg) top center no-repeat;	

}

#content{
		height: 650px;
}

#player{
	
	position:relative;
	left: 540px;
	top: -5px;
}

#frontenter{
	position:relative;
	z-index:2;
	left: 395px;
	top:-50px;
}

#frontenter a{
	width: 133px;
	height: 60px;
	display:block;
	background:url(../images/final-enter-btn.png) no-repeat;
		
}
#frontenter a span{
	display:none;
}

#frontenter a:hover{
background:url(../images/final-enter-btnR.png) no-repeat;
}
	
#leftnav{
	width: 200px;
	position:relative;
	left:110px;
	top:150px;	
}

a#abt-trp-button{
	background:url(../images/abt-trp.png) no-repeat;
	width: 148px;
	height: 93px;
	display:block;
}

a#abt-trp-button:hover{
	background:url(../images/abt-trpR.png) no-repeat;
		
}

a#abt-anim-button{
	background: url(../images/about-anim.png) no-repeat;
	width: 148px;
	height: 76px;
	display:block;
	margin-top: 13px;
	
}

#leftnav a#abt-anim-button:hover{
	background:url(../images/about-animR.png) no-repeat;

}


a#contact-button{
	background: url(../images/contact.png) no-repeat;
	width: 148px;
	height: 76px;
	display:block;
	margin-top: 15px;	
}   

a#contact-button:hover{
	background:url(../images/contactR.png) no-repeat;

}

#footer{
	text-align:center;

}

