html {
	font-family: arial, helvetica, sans-serif;
}

body {
	background: #000 url(../img/background.jpg) no-repeat center top;
	color: #d0cfc5;
	padding: 10px;
}

a {
	color: #d0c180;
}

h1.logo {
	background: url(../img/avrigus-logo.png);
	width: 626px;
	margin: 0 137px;
	height: 120px;
}

h1.logo span {
	display: none;
}

#content {
	width: 900px;
	margin: 24px auto;
	text-align: center;
}

#content h2 {
	font-size: 45px;
}

#content p {
	font-size: 25px;
}

.album img {
	float: left;
	margin: 0 60px 0 50px;
}

.album {
	overflow: hidden;
	margin: 30px 0;
}

.track-list {
	float: left;
	height: 200px;
	font-size: 30px;
	list-style-type: none;
	width: 450px;
	text-align: left;
	clear: right;
	margin-top: 30px;
}

.track-list tr {
	height: 45px;
}

.buy img {
	clear: both;
	margin: 30px 0;
}