* {
	padding: 0;
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

body {
background: #000;
}

#mainbody {
background: url(img/gradient-bg.jpg) repeat-x top center;
width: 100%;
height: 900px;
display: block;
	
}

#mainContent {
	display: block;
	width: 100%;
	background: url(img/homepage-top-bg.jpg) top center no-repeat;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
}

#centeredContent {
	display: block;
	width: 950px;
	height: 750px;
	background: none;
	margin-right: auto;
	margin-left: auto;
	text-align: center;	
}


#pageTitle {
	display: block;
	margin-right: auto;
	margin-left: auto;
	text-align: center;
	font-family: "Arial Black", Gadget, sans-serif;
	font-stretch: ultra-expanded;
	font-size: 14px;
	color:#000;
	text-decoration: none;
}

#albumLink {
	display: block;
	text-align: center;
	position: absolute;
	top: 270px;
	margin-left: 489px;
	width: 100px;
}

#albumLink a {
	color: #000;
	text-decoration: none;
	font-weight: bold;
	font-size: 12px;
}

#albumLink a:hover {
	color: #999;
	text-decoration: underline;
}

#enterSiteLink {
	display: block;
	text-align: center;
	position: absolute;
	top: 350px;
	margin-left: 520px;
}

#siteByline {
	display: block;
	position: absolute;
	top: 436px;
	margin-left: 60px;
}

#siteByline a {
	color: #666;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
}

#enterSiteLink a {
	color: #FFF;
	font-size: 24px;
	text-decoration: none;
	font-weight: bold;
}

#enterSiteLink a:hover, #siteByline a:hover {
	color: #999;
	text-decoration: underline;
}



#socialMediaBox {
	display: block;
	position: absolute;
	top: 400px;
	margin-left: 550px;
	width: 300px;
}

#socialMediaBox a span {
	display: none;	
}

#socialMediaBox a {
	display: block;
	height: 54px;
	width: 54px;
	clear: none;
	float: left;
	background: url(img/social-media-icons.jpg) top left;
	margin: 0 5px 5px 0;
}
a#pandoraLink {
	background-position: 0 0;
		
}

a#myspaceLink {
	background-position: 108px 0;
		
}

a#youtubeLink {
	background-position: 162px 0;
		
}

a#twitterLink{
	background-position: 54px 0;
		
}

a#facebookLink{
	background-position: 216px 0;
		
}

a#pandoraLink:hover {
	background-position: 0 -54px;
		
}

a#myspaceLink:hover {
	background-position: 108px -54px;
		
}

a#youtubeLink:hover {
	background-position: 162px -54px;
		
}

a#twitterLink:hover {
	background-position: 54px -54px;
		
}

a#facebookLink:hover {
	background-position: 216px -54px;
		
}

#threeColumns {
	display: block;
	width: 910px;
	position: absolute;
	top: 475px;
	margin-right: auto;
	margin-left: 20px;
	text-align: center;
		
}

#newVideos, #newMusic, #newsEvents {
	display: block;
	float: left;
	width: 290px;
	text-align: center;
	margin: 5px 5px;
	padding-top: 40px;
}

#newVideos a, #newMusic a, #newsEvents a {
	color: #CCC;
	font-size: 13px;
	text-decoration: none;
}

#newVideos a:hover, #newMusic a:hover, #newsEvents a:hover {
	color: #FFF;
	text-decoration: underline;
}

#newsEvents p {
	color: #CCC;
	font-size: 12px;
	text-align: justify;
	padding: 0 8px;

}

#bottomText, #footer{
	display: block;
	position: absolute;
	padding: 20px;
	color: #CCC;
	clear: both;
	margin-left; 20px;
	width: 900px;
}

#bottomText {
	font-size: 19px;
	top: 730px;
	border-top: 1px solid #999;
}

#bottomText a {
	color: #999;
	text-decoration: none;
	font-size: 19px;
}

#bottomText a:hover {
	color: #FFF;
	text-decoration: underline;
}

#footer {
	top: 790px;	
	
}

#copyright-stuff a {
	color: #FFF;
}
#copyright-stuff a:hover {
	color: #ccc;
}