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

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

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

.head{
 background-color:#DE818B;
 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:#E58A99; 
  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:#FBECEE; */
  background:#DE818B;
  }
</pre>


