BODY {
	/*BACKGROUND: url(images/bg_center_slate.gif) #babaab repeat-y 50% 0px*/

	  BACKGROUND: url(images/swap_icon_slate.gif) #DDDDD5 repeat-y 50% 0px
}

.headbg
{
background-color:#DDDDD5;
width:15px;
}

.head{
 background-color:#DDDDD5;
 font-family:Arial; 
 font-size:18px; 
 width:100%
}
<pre>
dl#artist dt {
  display:none;
  }
dl#artist dd {
  padding:0; 
  margin:0;
  }
a.xmenu, a.xmenu:visited {
  display:block; 
  width:8em; 
  height:3em; 
  background:#000; 
  text-decoration:none; 
  text-align:center; 
  color:#aaa; 
  float:left;
  }
a.xmenu span, a.xmenu:visited span {
  display:block; 
  width:3em; 
  height:0.5em; 
  border-top:0.5em solid #000; 
  border-left:1em solid #000;  
  border-right:1em solid #000; 
  border-bottom:0.5em solid #000; 
  background:#babaab; 
  overflow:hidden;
  }
* html a.xmenu span, * html a.xmenu:visited span {
  width:5em; 
  height:1.5em; 
  width:3em; 
  height:0.5em; 
  overflow:hidden;
  }
a.xmenu:hover {
  color:#FFFFFF
  }
a.xmenu:hover span {
  background:#F1F1EF;
  }
</pre>


