/* ------------------GLOBAL RESET-------------------- */

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend, caption, tbody, tfoot, thead{
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
}
img {
	font-size: 0;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}

/* remember to define focus styles! */
:focus {
	outline: 0;
}

/* remember to highlight inserts somehow! */
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}

/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/* ----------------------------------------------- */

/* ^^^^^^^^^^^^^^^^^^BEGIN NAV^^^^^^^^^^^^^^^^^^^^ */
#navcss-5c5667 {
	padding: 0px 0 2px 0;
	//padding: 1px 0 1px 0;
	background: #5c5667;
	margin-top: 14px;
}

	#navcss-5c5667 #navLinks a, #navcss-5c5667 #navLinks a:link, #navcss-5c5667 #navLinks a:visited {
		color: #e2e2d2 !important;
	}
	
	#navcss-5c5667 #navLinks a:hover {
		color: #e6c64b !important;
	}
	
	#navLinks #searchfield {
		background-color: #b8b0cc !important;
		border: 1px solid #b8b0cc !important;
	}

/* ^^^^^^^^^^^^^^^^^^^END^NAV^^^^^^^^^^^^^^^^^^^^^ */

/***************** PAGE CSS *******************/

body {
	background: #000000 url(../img/background.jpg) repeat;
}

	#wrapper {
		width: 1003px;
		height: 840px;
		background: url(../img/atl-rmx-man.png) no-repeat 0 20px;
	}
	
		#download-album {
			display: block;
			width: 337px;
			float: right;
			clear: both;
			padding-right: 10px;
			margin-top: 20px;
		}
		
		#audio-player {
			clear: both;
			float: right;
			margin-top: 10px;
		}
		
	#footer {
		margin-top: 25px;
	}
	
