* {
  margin:0;
  padding:0;
}



body{
	
	font-family: arial;
	
	position: center center;
	background-image:url('');
  
	background-position: top center;
  
	background-repeat: repeat-x -y; 
  
	background-color:#000; 


	width:100%;  



}



#container{
  
	
	
	height: 100%;
	
	width: 958px;
	
	
	margin:0 auto;
	background-repeat: no-repeat;
	position: relative;
	left:90px;
	top:10px;
}
























#menu{
	margin:0 auto;
	width:900px;
	height:900px;
	position:absolute;
	top:30px;
	right:center;
	background-image:url("http://www.rightbankmusic.com/Images/Homepagelogo.png");
	background-repeat: no-repeat;
	position: center;
	
	
}

#menu a{
	margin:0 auto;
	width:100%;
	height:100%;
	position:absolute;
	top:200px;
	right:center;
	 
}

#menu a.logo{
	width:900px;
	height:900px;
	background:url("") center center no-repeat;
	
}


#menu a.logo:hover{
	background:url("http://www.rightbankmusic.com/Images/RBMredglow.png")center center no-repeat;
	height:900px;
	width:900px;
	top:-95px;
	right:40px;
}

