body {
	color: #ffffff;
	background: #000000;
	background-image: url("images/pie_bg_darker.png");
	background-attachment: fixed;
	font-family: Arial;
	font-size: 13px;
	text-align: center;
}
@font-face {
	font-family: headerFont;
	src: url(fonts/lowvetica.ttf);
	/* old: fonts/volkswagenbold.ttf */
	/* other option: fonts/lowvetica.ttf */
}
@font-face {
	font-family: titleFont;
	src: url(fonts/helveticaneueltstd-bd.otf);
}
@font-face {
	font-family: bodyFont;
	src: url(fonts/volkswagenbold.ttf);
}
#header {
	align: center;
}
#top_links{
	align: center;
}
#release_wrap {
	width: 100%;
	max-width: 1500px;
	margin: auto;
}
#release {
	text-align: center;
	width: 23%;
	float: left;
	height: auto;
	padding: 15px;
}
.CatNo {
	color: brown;
	font-family: headerFont;
	font-size: 15px;
}
.Artist {
	font-family: headerFont;
	font-size: 15px;
	padding-top: 5px;
	text-transform: uppercase;
	color: yellow;
}
.Title {
	font-family: titleFont;
	font-size: 18px;
	color: orange;
}
.Image {
	
	
}
a {
	color: orange;
	text-decoration: none;
}
a:visited {
	color: orange;
}
.BodyText {
	font-family: headerFont;
	font-size: 15px;
	padding-top: 5px;
	text-transform: uppercase;
}
.iTunesLink  {
	font-family: bodyFont;
}
.AmazonLink  {
	font-family: bodyFont;
	color: white;
	text-decoration: none;
}
.AmazonLink:visited {
	color: white;
}
.BandcampLink {
	font-family: bodyFont;
}
.SoundcloudLink {
	font-family: bodyFont;
}
.OtherLink {
	font-family: bodyFont;
}
.PressReleaseLink  {
	font-family: bodyFont;
}
#TopBit {
	height: 65px;
}
#BottomBit {
	height: 80px;
}