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

body { 
	background-color:#6b2118;
	margin:0 auto;
	background-image:url(images/URB-dropshadow_01.jpg);
	background-position:top center;
	background-repeat:repeat-y;
	font-family:Verdana, Geneva, sans-serif;
	font-size:1.00em;
}


#backgroundimg {
	margin: -20px auto 0 auto;
	background-image:url(images/URB-webpage-bg.jpg);
	background-position: top left;
	background-repeat: no-repeat;
	width: 900px;
	height: 864px;
}

a:link {
	color: #fff;
	text-decoration: none;
}
a:visited {
	text-decoration: none;
	color: #a69673;
}
a:hover {
	text-decoration: underline;
	color: #a69673;
}
a:active {
	text-decoration: none;
	color: #a69673;
}


h1 {
	text-indent: -5000px;
	font-size: 1.80em;
}

#download {
	float: left;
	margin:700px 0 0 75px;
	width:330px;
}

#download p {
	font-size: 0.85em;
	color:#FFF;
}

#content {
	margin: 250px 0 0 430px;	
	
}

#content p {
	width: 400px;
	color:#FFF;
	font-size: 0.85em;
}

.tracklisting {
	font-size: 1.10em;	
}

#socialicons {
	clear:right;	
	margin:40px auto auto 430px;
	width:400px;
	text-align:right;
}
#footer {
	clear:both;
	margin:20px auto;
	border-top:thin; border-top-color:#FFF; border-top-style:solid;
	padding-top: 10px;
	width: 850px;
	text-align:center;
	font-size:0.75em;
	color:#FFF;
}

.noborder {
	border:none;
	}
