@charset "UTF-8";
/* CSS Document */

body {
	background-color: #000;
	background-attachment: scroll;
	background-image: url(Images/Graphics/background_gradient.gif);
	background-repeat: no-repeat;
	background-position: center 0px;
}
#musicplayer {
	visibility: visible;
	z-index: 10;
	position: absolute;
	left: 20px;
	top: 23px;
	width: 220px;
}
#musicplayer_over {
	width: 220px;
	visibility: visible;
	z-index: 100;
	position: absolute;
	left: 20px;
	top: 0px;
}
.graybg_brdr {
	background-color: #111111;
	border:#474747 1px solid;
	background-image: url(Images/Graphics/gradients/111111-303030.jpg);
	background-repeat: repeat-x;
}
.graybg_brdr_noright {
	background-color: #111111;
	background-repeat: repeat-x;
	border-top-width: 1px;
	border-bottom-width: 1px;
	border-left-width: 1px;
	border-top-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #474747;
	border-bottom-color: #474747;
	border-left-color: #474747;
}
