body {
	font-family: arial helvetica;
	margin: 0 auto;
	width: 100%;
	background-color: #000000;
	text-align: center;
	color: #FFFFFF;
}

a:link, a:visited { 
	color: #FFFFFF;
	text-decoration: none;
	/* padding: 0px 20px 0px 20px; */
}
a:hover {
	text-decoration: underline;
}
a img { border: none 0px; }

#header {
	background-image: url(../images/header.png);
	background-repeat: no-repeat;
	margin: 0 auto;
	width: 500px; height: 200px;
}

#bodyContainer {
	margin: 0 auto;
	width: 750px;
}

#content {
	margin: 0 auto;
	width: 750px;
	text-align: center;
	margin-top: 20px;
}
#content p {
	color: #DDDDDD;
	text-align: left;
}

#widget {
	margin: 0 auto;
	width: 260px;
}
#musicVid {	margin: 40px auto 40px auto; }
#musicVid p { margin: 0 auto; width: 425px; }

#coachella_vid { margin: 0 auto; width: 480px; }

.album {
	border-top: solid 1px #FFFFFF;
	margin: 0px auto;
	padding: 10px 0 0 0;
	width: 750px; height: 500px;
	text-align: center;
}
.album img { float: left; }
.mixtape_player { float: right; }
.bandcamp_link {
	margin-top: 370px auto;
}
/*
#coachella_day1 { background-image: url(../images/day1.jpg); }
#coachella_day2 { background-image: url(../images/day2.jpg); }
#coachella_day3 { background-image: url(../images/day3.jpg); }
*/

#footer {
	margin: 0 auto;
	background-image: url(../images/myspaceLink.png);
	background-repeat: no-repeat;
	background-position: top center;
	width: 750px; height: 60px;
	text-align: center;
	margin-top: 20px;
}
#footer:hover { background-position: bottom center; }
#copy {
	color: #7E7E7E;
	display: block;
	margin: 0 auto;
	width: 750px;
	font-size: .8em;
	text-align: center;
}