@charset "UTF-8";

body{

	margin-top: 0px;
	margin-bottom: 0px;
	margin-right: 0px;
	margin-left: 0px;
	background-color: #000;

}

a{
	font-family: "Arial";
	font-size: 12px;
	color: #fff;
}

a: active{
	color: #fff;

}

a: visited{
	color: #fff;

}

a: hover{
	color: #cc;

}

a: link{
	color: #fff;
}


.style1{
	font-family: "Arial";
	font-size: 16px;
	color: #fff;
	font-weight: bold;

}

.style2{
	font-family: "Arial";
	font-size: 16px;
	color: #d0bb7a;
	font-weight: bold;

}



.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;
}

