body {
	background: #000;
	margin:0;
 	padding:0;
 	color:#fff;
	font-family:Arial,sans-serif !important;  
 	font-size: 100% !important;
}


.bgstretcher {
	background: black;
	overflow: hidden;
	width: 100%;
	position: fixed !important;
	z-index: -1;
}
.bgstretcher, .bgstretcher UL, .bgstretcher UL LI {
	position: absolute;
	top: 0;
	right: 0;
	left: 0;
	bottom: 0;
}
.bgstretcher UL, .bgstretcher UL LI {
	margin: 0;
	padding: 0;
	list-style: none;
}

.wrapper {
	width: 1020px;
	margin: 0 auto;
}
.content {
	text-align: left;
}
h1.homage {
	font-size: 5em;
}
h1.homage span {
	font-size: 0.5em;
	display: block;
}
.nav {
	margin-top: 12px;
}
.nav a,
.content a {
	text-decoration: none;
	color: #fff;
}
.nav a:hover,
.content a:hover {
	color: #ddd;
}
.nav-wrapper .nav,
.nav-wrapper .social {
	float: left;
}
.clear {
	font-size: 0;
	clear: both;
}
.social {
	margin-left: 200px;
}
.social ul {
    margin: 0;
    padding: 0;
}
.social ul li {
    float: left;
    list-style-type: none;
    padding-right: 12px;
}
.content {
	margin-top: 20px;
	
}

.footer {
	margin-top: 20px;
	font-size: 1em;
}
.content {
	min-height: 599px;
	
}
.col-1,
.col-2 {
 width: 40%;
 float:left;
}
.col-2 {
	margin-left: 40px;
}
.player {
	border: 1px solid red;
	overflow: auto;
	height: 190px;
	width: 400px;
}
.playlists {
	width: 2000px;
}
.player ul {
	margin: 0;
	padding: 0;
	
}


.albums li  {
	list-style-type: none;
	margin-top: 10px;
}
.albums li a {
	background:url(../images/1x1-white.png) repeat 0 0;
	padding: 8px;
	display: block;
	width:185px;
}
