body {
	background-image:url(../Images/background.jpg);
	background-position:center top;
	background-repeat:no-repeat;
	color:#91d8fe;
	background-color:#000066;
}

.center {
	text-align:center;
}

.block {
	text-align:justify;
}

.right {
	text-align:right;
}

.caps {
	text-transform:uppercase;
}

h1,h2,h3,h4,h5,h6,p {
	color:#91d8fe;
}

h1 {
	line-height:34px;
	font-size:32px;
}

h2 {
	line-height:30px;
	font-size:28px;
}

h3 {
	font-style: normal;
	font-weight: normal;
	line-height:28px;
	font-size:26px;
}

h4 {
	font-style: normal;
	font-weight: normal;
	line-height:26px;
	font-size:24px;
}

h5 {
	font-style: normal;
	font-weight: normal;
	line-height:22px;
	font-size:20px;
}

h6 {
	font-style: normal;
	font-weight: normal;
	line-height:20px;
	font-size:18px;
}

p,ul,li {
	line-height:20px;
	font-size:16px;
}

.headline, .cd {
	text-transform:uppercase;
	font-style:normal;
	font-weight:normal;
	padding:7px;
	text-align:center;
	background-color:rgba(255,255,255,0.2);
	-moz-border-radius:10px;
	-webkit-border-radius:10px;
	border-radius:10px;
}

a,a:visited {
	text-decoration:none;
	color:#ffbd6d;
}

a:hover {
	text-decoration:none;
	color:#ff800d;
}

.small {
	line-height:16px;
	font-size:12px;
}

.cd {
	display: none;
	padding: 7px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.cd h5, .cyberart h5 {
	font-style: normal;
	font-weight: normal;
	margin-bottom: 6px;
	padding-bottom: 0px;
}

.cd h6 {
	font-style: normal;
	font-weight: normal;
	line-height: 16px;
	font-size: 15px;
}

.cd p {
	margin-top: 14px;
	text-transform: none;
	line-height: 14px;
	font-size: 14px;
}

.cd img {
	margin-left: 0px;
	margin-bottom: 0px;
	margin-right: 10px;
	margin-top: 0px;
	float: left;
	padding: 0px;
}

.cyberart {
	margin-top: -20px;
	text-align: center;
	padding: 10px;
	width: 930px;
}

.cyberart img {
	margin-bottom: 10px;
	margin-right: 10px;
}

ul.artists {
	padding-left: 5px;
	padding-bottom: 0px;
	padding-right: 0px;
	padding-top: 0px;
	margin: 0px;
	list-style-type: none;
}

ul.artists li {
	margin-bottom: 10px;
}

ul.artists li img {
	margin-right: 10px;
	float: left;
}

.play {
	margin-top: -20px;
}

/* IE 6 */
* html #footer {
	position:absolute;
	top:expression((0-(footer.offsetHeight)+(document.documentElement.clientHeight?document.documentElement.clientHeight:document.body.clientHeight)+(ignoreMe=document.documentElement.scrollTop?document.documentElement.scrollTop:document.body.scrollTop))+px);
}

