/*GLOBAL*/

body {
	background-image: url(images/background.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #000000;
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 17px;
	color: #FFFFFF;
}

a:link, a:visited, a:active {
	color: #000000;
	text-decoration: none;
}

a:hover {
	color: #000000;
	text-decoration: none;
}

#clear {
	clear: both;
	margin: 0px;
}

ul, li {
	list-style: none;
	list-style-type: none;
	list-style-image: none;
	list-style-position: outside;
	margin: 0px;
}

img {
	border: 0px;
}

form {
	margin: 0px;
}

p {
	margin: 0px;
	padding: 0px;
}

#wrapper {
	width: 1000px;
	padding: 0px 0px 50px 0px;
	text-align: left;
}

#header {
	background-image: url(images/header.png);
	background-repeat: no-repeat;
	background-position: center 50px;
	width: 1000px;
	height: 280px;
	display: block;
	margin: 0px 0px 30px 0px;
}

#purchase-link a:link, #purchase-link a:visited, #purchase-link a:active {
	background-image: url(images/text_map.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 1000px;
	height: 40px;
	display: block;
	margin: 0px 0px 20px 0px;
}

#album-info {
	background-image: url(images/album_description.png);
	background-repeat: no-repeat;
	background-position: 20px 0px;
	width: 1000px;
	min-height: 450px;
}

#sale-link a:link, #sale-link a:visited, #sale-link a:active {
	background-image: url(images/album_sale.png);
	background-repeat: no-repeat;
	background-position: 0px 0px;
	width: 365px;
	height: 430px;
	display: block;
	margin: 0px 30px 30px 0px;
	float: right;
}

#extras {
	background-image: url(images/text_map.png);
	background-repeat: no-repeat;
	background-position: 0px -50px;
	width: 1000px;
	height: 40px;
	display: block;
	margin: 0px 0px 30px 0px;
}

#artwork-download a:link, #artwork-download a:visited, #artwork-download a:active {
	background-image: url(images/extra_map.png);
	background-repeat: no-repeat;
	background-position: 50px 0px;
	width: 1000px;
	height: 120px;
	display: block;
	margin: 0px 0px 30px 0px;
}

#promo-video {
	background-image: url(images/extra_map.png);
	background-repeat: no-repeat;
	background-position: 0px -140px;
	width: 900px;
	min-height: 300px;
	padding: 30px 0px 0px 0px;
	margin: 0px 0px 0px 50px;
	border-top: 1px solid #333333;
	text-align: right;
}

#copyright {
	padding: 50px;
	font-size: 12px;
	line-height: 22px;
	color: #666666;
	text-align: right;
}
