@charset "UTF-8";
.background {
	background-image: url(images/background-test.jpg);
	background-repeat: no-repeat;
}
.backgroundlogo {
	background-image: url(images/logo-transparent.png);
	background-repeat: no-repeat;
}
.backgroundindex {
	background-repeat: no-repeat;
	background-image: url(images/header/index.png);
}
.backgroundbio {
	background-image: url(images/header/background-bio.png);
	background-repeat: no-repeat;
}
.backgroundcontact {
	background-image: url(images/header/background-contact.png);
	background-repeat: no-repeat;
}
.backgroundform {
	background-color: #CCCCCC;
}
.downloadmusic {
	background-image: url(images/design/download.png);
	background-repeat: no-repeat;
}
.backgroundwhite {
	background-image: url(images/background-white.png);
	background-repeat: no-repeat;
}
.downloadgrey {
	background-image: url(images/design/download-lighter.png);
	background-repeat: no-repeat;
}
.backgrounddownload {
	background-image: url(images/header/background-download.png);
	background-repeat: no-repeat;
}
.backgroundstore {
	background-image: url(images/header/store.png);
	background-repeat: no-repeat;
}
.backgrounddefault {
	background-image: url(images/header/background-default.png);
	background-repeat: no-repeat;
}
.background-line {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #D8C59B;
}
