small, strike, strong, sub, sup, tt, var, b, i, dl, dt, dd, ol, ul, li, 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;
	margin:0 auto;
	background:#000000;
	padding:0;
	margin-top:0px;
	font-family: Helvetica, Arial, Verdana, sans-serif;
	text-align: center;
	color:#cdcdcd;
}

p a {color:#cdcdcd;text-decoration:none;padding:2px;margin-left:-2px;}
p a:hover {color:#000000;background:#cdcdcd;padding:2px;margin-left:-2px;text-decoration:none;}

#download a{border:0}
#download a:hover{border:300;border-color:#cdcdcd;}

ol, ul		  { list-style: none; }
blockquote, q   { quotes: none }
:focus     	  { outline: 0 }
ins			  { text-decoration: none }
del			  { text-decoration: line-through }
table		  { border-collapse: collapse; border-spacing: 0 }
textarea    	  { overflow:auto }
p 			  { margin-bottom: 1.5em; font-size: .8em; line-height: 1.4;text-align: left;}
a img 		  { border: 0 }
small		  { font-size:0.9em }

#header		{margin:0 auto;width:960px;height:20px;background:url("assets/top_bar_black.png");}

#content	{margin:0 auto;padding:0;width:960px;background:url("assets/loading.png")no-repeat;}
#footer		{background:#060606;width:960px;padding:20px 20px;margin:0 auto;color:#cdcdcd;border-top-style:solid;border-width:2px;border-color:#171717;} 

ul#topnav {
	margin: 0; padding: 0px;
	list-style: none;
	float: right;
	display:inline;
	width: 244px;
}
ul#topnav li {

	margin: 0; padding: 0;
	display:inline;
	line-height:0;
}

ul#topnav a {
	height: 20px; /*--Specify height of navigation--*/
	text-indent: -99999px; /*--Shoot the text off the page--*/
	background-position: 0 0;
}
/*--CSS Sprites - Hover State--*/
ul#topnav a:hover {
	background-position: 0 -20px;
}
/*--Assign an image and width to each link--*/
ul#topnav li.blogger_btn a {
	background-image: url(assets/blogger.png);
	display:inline;
	line-height:0;
	float: right;
	width: 47px;
}
ul#topnav li.soundcloud_btn a {
	background-image: url(assets/soundcloud.png);
	display:inline;
	line-height:0;
	float: right;
	width: 59px;
}
ul#topnav li.facebook_btn a {
	background-image: url(assets/facebook.png);
	display:inline;
	line-height:0;
	float: right;
	width: 50px;
}

ul#topnav li.myspace_btn a {
	background-image: url(assets/myspace.png);
	display:inline;
	line-height:0;
	float: right;
	width: 48px;
}

