html { 	
	color: #FFFFBB;
	background: #FF0000;
-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-o-font-smoothing: antialiased;
font-smoothing: antialiased;
text-rendering: optimizeLegibility;

}

body {
background: #0A0A28;
margin: 10px;
	font-family: "Champion Featherwt A", "Champion Featherwt B";
	font-style: normal;
	font-weight: 400;
letter-spacing: 0.03em;
	font-size: 18px;
	line-height: 24px;
}

h1, h2, h3, h4 { 
	font-family: "Champion Featherwt A", "Champion Featherwt B";
	font-style: normal;
	font-weight: 400;
letter-spacing: 0.03em;
}

h1 { font-size: 4em;
font-family: "Champion Lightwt A", "Champion Lightwt B";
font-style: normal;
font-weight: 400;
letter-spacing: 0;
margin: 0 0 0 -7px; padding: 0
}

h2 { margin: 0 0 0 2.6em; padding: 0; color: #FFFFBB}

h1 a:hover, a:hover { text-decoration: none }








#header {
	padding:50px 0;
}

#content {
	background-image:url(images/band_bg.jpg);
	background-repeat:no-repeat;
	min-height:300px;
	height:auto !important;
	height:300px;
	padding:40px 60px 10px 60px;
}

#playlist {
	float:left;
	width:250px;
}

#player {
	padding:50px 0px 0px 50px;
	float:right;
	width:300px;
}

body,td,th {
	font-family: "Champion Featherwt A", "Champion Featherwt B";
	font-style: normal;
	font-weight: 400;
letter-spacing: 0.03em;

	font-size: 18px;
	line-height: 24px;
}

a:link {
	color: #FF0000;
	text-decoration: none;
}

a:visited {
	color: #FF0000;
	text-decoration: none;
}

a:hover {
	text-decoration: underline;
}

a:focus {
	outline:none;
}

.text {
	line-height: 18px;
	letter-spacing:0;
}
