@charset "UTF-8";
/* CSS Document */

body,td,th {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	color: #000;
}
body {
	background-color: #FFF;
	background-image: url(images/hh_bg_v2.jpg);
	background-position: 50% 0%;
	background-repeat: repeat-x;
	overflow-x:hidden;  
    overflow-y:auto;
}

#wrap {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 1200px;
	height: 800px;
	margin-left: -600px;
}

#e4m {
	position: absolute;
	top: 200px;
	left: 615px;
	z-index: 10;
}

#stream {
	position: absolute;
	top: 280px;
	left: 615px;
	z-index: 10;
}

#logo {
	position: absolute;
	top: 60px;
	left: 335px;
	z-index: 5;
}

#mixtape {
	position: absolute;
	top: 200px;
	left: 315px;
	z-index: 5;
}

#hostedby {
	position: absolute;
	top: 590px;
	left: 770px;
	z-index: 5;
}

#lowerleftthing {
	position: fixed;
	left: 0px;
	bottom: 0px;
	z-index: 2;
}

#shark {
	position: fixed;
	left: 10px;
	top: 10px;
	z-index: 1;
}

#lightning {
	position: fixed;
	right: 0px;
	top: 0px;
	z-index: 1;
}

#skull_left {
	position: fixed;
	left: 0px;
	bottom: 40px;
	z-index: 1;
}

#skull_right {
	position: fixed;
	right: 30px;
	bottom: 15px;
	z-index: 1;
}
	
	


