/* STANDARD HTML */

body {
	background: #040 url('../img/body_bg.png') center top repeat-y;
}

body * {
	color: #c4eeff;
	font-weight: bold;
	line-height: 1.3em;
}

a, a:visited {
	color: #ffb133;
	font-weight: bold;
	text-decoration: none;
}

a:hover {
	color: #ffb133;
	text-decoration: underline;
}


/* CSS CLASSES */

.aligncenter {
	display: block;
	margin: 0 auto;
	text-align: center;
}

.container {
	position: relative;
}

ul.inline {
	list-style: none;
	margin: 1em 0;
	padding: 0;
}

ul.inline li {
	display: inline;
	margin: 0 5px 10px 0;
}

ul.inline img {
	vertical-align: middle;
}

/* DOM ELEMENTS */

#logo {
	background: transparent url('../img/logo.png') left top no-repeat;
	height: 133px;
	position: absolute;
	left: 490px;
	top: 75px;
	width: 355px;
}

	#logo h1, #logo h2 {
		text-indent: -9999px;
	}

#cd_case {
	background: transparent url('../img/cd_case.png') left top no-repeat;
	height: 360px;
	position: absolute;
	right: 490px;
	top: 215px;
	width: 400px;
}

#audioplayer {
	height: 25px;
	position: absolute;
	left: 490px;
	top: 225px;
	width: 250px;
}

#description {
	position: absolute;
	left: 490px;
	top: 265px;
	width: 360px;
}

#ads {
	margin: 1em 0;
}

