body {
	background-color: #333;
	background-image: url(images/background.jpg);
	background-repeat: repeat;
	background-attachment: fixed;
}
#wrapper {
	background-image: none;
	width: 1122px;
	margin: auto;
}
#header {
	background-image: url(images/menu.png);
	background-repeat: no-repeat;
	height: 138px;
	width: 1122px;
}
#footer {
	background-image: url(images/footer.png);
	background-repeat: no-repeat;
	height: 57px;
	width: 1122px;
	position: relative;
	top: 10px;
}
#foot {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #CCC;
	float: left;
	margin-left: 10px;
}
#designby {
	font-family: "Times New Roman", Times, serif;
	font-size: small;
	color: #CCC;
	float: right;
	margin-right: 17px;
}
#designby a {
	color: #CCC;
}

dl#artist dt {
	display:none;
  }
dl#artist dd {
	padding:0;
	margin:0;
  }
a.xmenu, a.xmenu:visited {
	display:block;
	width:10em;
	height:1.5em;
	text-decoration:none;
	text-align:center;
	color:#aaa;
	float:left;
	position: relative;
	left: 500px;
	top: 95px;
  }
a.xmenu2, a.xmenu2:visited {
	display:block;
	width:5em;
	height:1.5em;
	text-decoration:none;
	text-align:center;
	color:#aaa;
	float:left;
	position: relative;
	left: 500px;
	top: 95px;
  }

a.xmenu:hover {
	color:#4136d1;
  }
a.xmenu4, a.xmenu4:visited {
	display:block;
	width:7em;
	height:1.5em;
	text-decoration:none;
	text-align:center;
	color:#aaa;
	float:left;
	position: relative;
	left: 500px;
	top: 95px;
  }
a.xmenu2:hover {
	color:#4136d1;
  }
a.xmenu3, a.xmenu3:visited {
	display:block;
	width:5em;
	height:1.5em;
	text-decoration:none;
	text-align:center;
	color:#aaa;
	float:left;
	position: relative;
	left: 500px;
	top: 95px;
  }
a.xmenu:hover span {
  background:#0f0;
  }
a.xmenu3:hover {
	color:#4136d1;
  }
a.xmenu4:hover {
	color:#4136d1;
  }

