body,html {
	background-color: #434343;
	height: 100%;
	border:0px;
	margin:0px;
	padding:0px;
}

body,td,p,table,tr {font-family: Verdana, Helvetica, sans-serif; font-weight:normal; font-size: 10px;}
form {border:0px; margin:0px; padding:0px;}
html { min-height: 100%; margin-bottom: 1px; }
html { overflow: -moz-scrollbars-vertical !important; }

#site_wrapper {
	background-color: transparent;
	position: absolute;
	top: 0px;
	left: 0px;
	width: 100%;
 }
	  
#site_content {
	position: relative;
	height:650px;
	min-height:650px;
	overflow:visible;
	width: 420px;
	margin: 0px auto;
	color: #9a9a9b;
	padding:0px;
	background-repeat: no-repeat;
}
#main_content {
	position: absolute;
	top:20px;
	left:0px;
	width:475px;
	border: 0px;
}	
#mp3_player {
	text-align:center;
	width:420px;
}
#mp3_text {
	text-align:center;
	width:420px;
	line-height:14px;
}
#trackInfo {
	width:420px;
	padding:4px;
	border:0px solid #666666;
}

.track {color:#FFFFFF; font-weight: bold; }
.whitebold {color:#FFFFFF; font-weight: bold;}

h1 {font-weight: bold; color:#CCCCCC; font-size:20px; margin:0px; padding:0px; display: inline;}
h2 {font-weight: bold; color:#CCCCCC; font-size:14px; margin:0px; padding:0px; display: inline;}

a:link {
	color: #6666CC;
	text-decoration:none;
}
a:visited {
	color: #6666CC;
	text-decoration:none;
}
a:hover {
	color: #000000;
	text-decoration:underline;
}
a:active {
	color: #6666CC;
	text-decoration:none;
}
