html {overflow-y: scroll;}
body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #242424;
	background-color: #ECECEC;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
.txt {
	font-size: 11px;
	color: #242424;
}
a {
	color: #EE0C6E;
	text-decoration: none;
}

a:hover {
	color: #EE0C6E;
	text-decoration: underline;
}.bc_cd {
	background-attachment: fixed;
	background-image: url(img/cd.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.txtbottom {
	font-size: 11px;
	color: #999;
	font-weight: bold;
	text-transform: uppercase;
}
.txtTitle {
	font-size: 14px;
	color: #EE0C6E;
	font-weight: bold;
	text-transform: uppercase;
}
.bc_vinyl {
	background-attachment: fixed;
	background-image: url(img/vinyl.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bc_news {
	background-attachment: fixed;
	background-image: url(img/news.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bc_contact {
	background-attachment: fixed;
	background-image: url(img/contact.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
.bc_artwork {
	background-attachment: fixed;
	background-image: url(img/artwork.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
}
