/* CSS Document */

body {
	padding: 0;
	margin: 0;
	font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
	background: url(../img_s/bg.jpg) repeat-x top #fcfcfc;
	font-size: 11px;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}
a.artist, a.artist:visited, a.artist:active {
	color: #ffffff;
	text-decoration: none;
	border-bottom: dotted #fff 1px;
}
a.artist:hover {
	border-bottom: solid #fff 1px;
}

#container {
	position: absolute;
	width: 950px;
	left: 50%;
	margin-left: -475px;
	background: url(../img_s/pagebg.png) repeat-y center;
	_background: url(../img_s/pagebg.gif);
}

#page {
	width: 860px;
	margin: 0 auto;
	padding: 160px 0px 100px 73px;
	background: url(../img_s/header.jpg) no-repeat top left;	
}
#optin {
	width: 270px;
	font-size: 12px;
	color: #666666;
	padding: 25px 100px 400px 0px;
	float: right;
}
.root {
	background-image:url(../img_s/root.jpg);
	background-repeat: no-repeat;
}
#footer {
	position: fixed;
	bottom: 0px;
	width: 100%;
	height: 25px;
	background: url(../img_s/footer.png) repeat-x top;
	_background: url(../img_s/footer.gif);
	z-index: 77;
	padding-top: 40px;
	color: #ffffff;
	text-align: center;
}
