* {
	margin:0;
	padding:0;
}


html, body {
	height:100%;	
	background-image: url(canvas.jpg);	
}

body {
	background-color: #fff;	
	color:#abc;
	font:100.01%/1.4 sans-serif;
	text-align:center; /* horizontal centering for IE Win quirks */
}

#loading {
	position: absolute;	
	top: 0;
	left: 0;
	width: 100%;	
	height: 100%;
	filter:alpha(opacity=80);	  
	-khtml-opacity:0.8;
	-moz-opacity:0.8;
	opacity:0.8;
	background-color: #000;	
	z-index: 30002;	
}

#loading h1 {
	border: 1px solid gray;
	background-color: white;
	margin-top: 330px;	
	font-size: 2em;
}

#loading img {
	vertical-align: middle;
	margin: 10px;
}

#distance { 
	width:1px;
	height:50%;
	background-color:#fff;
	margin-bottom:-320px; /* half of container's height */
	float:left;
}

#container {
	margin:0 auto;
	position:relative; /* puts container in front of distance */
	text-align:center;
	height:560px;
	width:753px;	
	clear:left;	
}

#caveman-logo {
	position: relative;
	top: 40px;
	left: 20px;	
}

#videos {
	position: absolute;
	top: 0px;
	left: -25px;	
}

#mixer {
	position: absolute;
	top: 0px;
	right: 0px;	
}

#art {
	position: absolute;
	bottom: 25px;
	left: 0px;	
}

#downline {
	position: absolute;	
	width: 930px;
	
	bottom: -10px;
	left: -75px;	
}

#downline li {
	display: inline;
	
}





