html {background-color:#160601;}
body {width:965px; height:630px; margin:0 auto; background-color:#160601;}

div#home_header {
	height:295px;
	background: url('../images/home/home_back_top.jpg') no-repeat;
	text-indent:-9999px;
	}

	
ul#homenav li {float:left; height:153px; text-indent:-9999px; z-index:1;}
ul#homenav a {display:block; height:153px; z-index:2;}

ul#homenav li.read  {background: url('../images/home/home_read_hover.jpg') no-repeat top; width:107px;}
ul#homenav li.watch  {background: url('../images/home/home_watch_hover.jpg') no-repeat top; width:103px; }
ul#homenav li.listen  {background: url('../images/home/home_listen_hover.jpg') no-repeat top;width:101px;}
ul#homenav li.albums  {background: url('../images/home/home_albums_hover.jpg') no-repeat top;width:128px;}
ul#homenav li.performances  {background: url('../images/home/home_perf_hover.jpg') no-repeat top;width:224px;}
ul#homenav li.buy  {background: url('../images/home/home_buy_hover.jpg') no-repeat top; width:95px;}

ul#homenav li.left {background: url('../images/home/home_left.jpg') no-repeat top; width:104px;}
ul#homenav li.read a:link, li.read a:visited {background: url('../images/home/home_read.jpg') no-repeat top;}
ul#homenav li.watch a:link, li.watch a:visited {background: url('../images/home/home_watch.jpg') no-repeat top;}
ul#homenav li.listen a:link, li.listen a:visited {background: url('../images/home/home_listen.jpg') no-repeat top;}
ul#homenav li.albums a:link, li.albums a:visited {background: url('../images/home/home_albums.jpg') no-repeat top;}
ul#homenav li.performances a:link, li.performances a:visited {background: url('../images/home/home_perf.jpg') no-repeat top;}
ul#homenav li.buy a:link, li.buy a:visited {background: url('../images/home/home_buy.jpg') no-repeat top;}
ul#homenav li.right {background: url('../images/home/home_right.jpg') no-repeat top; width:103px;}

ul#homenav li.read a:hover {background: url('../images/home/home_read_hover.jpg') no-repeat top; }
ul#homenav li.watch a:hover {background: url('../images/home/home_watch_hover.jpg') no-repeat top;}
ul#homenav li.listen a:hover {background: url('../images/home/home_listen_hover.jpg') no-repeat top;}
ul#homenav li.albums a:hover {background: url('../images/home/home_albums_hover.jpg') no-repeat top;}
ul#homenav li.performances a:hover {background: url('../images/home/home_perf_hover.jpg') no-repeat top;}
ul#homenav li.buy a:hover {background: url('../images/home/home_buy_hover.jpg') no-repeat top;}

div#home_footer {
	clear:left;
	height:82px; 
	background: url('../images/home/home_back_bottom.jpg') no-repeat top;
	text-indent:-9999px;
	padding-top:100px; 
	
	}

div#home_footer a.contact { 
	cursor: pointer;
	display:block;
	width:34px; height:24px; 
	background:url('../images/home/contact-trans.png');
	margin:0 auto;
	}


