@charset "UTF-8";
/* CSS Document */
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,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
}
body {
	line-height: 1;
	background-color:#000;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: 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;
}
body {

}
td {
	vertical-align:top;
}
a {
	text-decoration:none;
	color:#999;
}
a:hover {
	text-decoration:none;
	color:#F00;
}
#musicplayer {
	width:960px;
	margin-left:auto;
	margin-right:auto;
	text-align:right;
}
#top-logo {
	width:468px;
	height:60px;
	margin-left:auto;
	margin-right:auto;
	padding:5px 0 20px 0;
}
#navigation {
	font-family:Verdana, Geneva, sans-serif;
	font-size:0.8em;
	width:948px;
	outline:#444 solid medium;
	height:20px;
	margin-left:auto;
	margin-right:auto;
	margin-bottom:2px;
	color:#ccc;
	padding-top:6px;
	padding-right:6px;
	text-align:right;
}
#top-image {
	width:960px;
	height:150px;	
	margin-left:auto;
	margin-right:auto;
}
#content-outline {
	background:url(images/bg_mainbody.png) repeat-x #fff;
	width:940px;
	margin-left:auto;
	margin-right:auto;
	padding:10px;
	}
	#footer {
		background:url(images/bg_footer.png) repeat-x #fff bottom;
		height:32px;
		width:954px;
		padding-top:20px;
		margin-left:auto;
		margin-right:auto;
		margin-bottom:10px;
		padding-left:6px;
	}