@charset "UTF-8";
/* CSS Document */

body {
	background: #ffffff;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 100%;
	color: #553000;
}
#AntioquiaHeader {
	margin: 0px;
	padding: 0px;
	height: 289px;
	width: 585px;
	position: absolute;
	top: 0px;
	left: 110px;
	background-image: url(../images/IndexApril3/AntioquiaHeader.jpg);
}
#AlbumCover {
	margin: 0px;
	padding: 0px;
	height: 252px;
	width: 283px;
	position: relative;
	top: 289px;
	left: 110px;
	background-image: url(../images/IndexApril3/AlbumCover.jpg);
}
.oneColFixCtr #container {
	width: 805px;  /* using 20px less than a full 800px width allows for browser chrome and avoids a horizontal scroll bar */
	background: #FFFFFF;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding: 0px;
	position: relative;
	height: 612px;
}
#AddToAny {
	margin: 0px;
	padding: 0px;
	height: 30px;
	width: 30px;
	position: absolute;
	left: 625px;
	top: 340px;
	z-index: +1;
}
#flashingRight {
	height: 600px;
	width: 110px;
	position: absolute;
	left: 695px;
	top: 0px;
	background-image: url(../images/IndexApril3/flashing-RIGHT.gif);
}
#Listen {
	position: absolute;
	height: 125px;
	width: 151px;
	left: 393px;
	top: 289px;
	background-image: url(../images/IndexApril3/Listen.jpg);
}
.oneColFixCtr #mainContent {
	padding: 0; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	margin: 0px;
}

a img {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
.noBorder {
	text-decoration: none;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
}
#Download {
	position: absolute;
	height: 127px;
	width: 302px;
	left: 393px;
	top: 414px;
	background-image: url(../images/IndexApril3/Download.jpg);
}
#Share {
	position: absolute;
	height: 125px;
	width: 151px;
	left: 544px;
	top: 289px;
	background-image: url(../images/IndexApril3/Share.jpg);
}
#Facebook {
	height: 51px;
	width: 61px;
	position: absolute;
	left: 110px;
	top: 560px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexApril3/FacebookLink.jpg);
}
#Twitter {
	height: 51px;
	width: 46px;
	position: absolute;
	left: 171px;
	top: 560px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexApril3/TwitterLink.jpg);
}
#MySpace {
	height: 51px;
	width: 46px;
	position: absolute;
	left: 217px;
	top: 560px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexApril3/MySpaceLink.jpg);
}
#ToWebsite {
	height: 51px;
	width: 432px;
	position: absolute;
	left: 263px;
	top: 560px;
	margin: 0px;
	padding: 0px;
	background-image: url(../images/IndexApril3/ContinueToWeb.jpg);
}
#flashingLeft {
	height: 600px;
	width: 110px;
	position: absolute;
	left: 0px;
	top: 0px;
	background-image: url(../images/IndexApril3/Flashing-LEFT.gif);
}

