
/* --- RESET --- */

* {
	margin: 0;
	padding: 0;
	border: 0;
	}
	
a:focus {
	border: none;
	outline: none;
	}
	
	
/* --- HTML/BODY --- */

html, body {
	height: 100%;
	}

body {
	background-color: black;
	text-align: center;
	margin: 0;
	padding: 0;
	font-family: Arial, Helvetica, Geneva, sans-serif;
	background-image: url(../images/body_bg2.gif);
	}


/* --- LAYERS --- */

#spacer {
	float: left;
	height: 50%; 
	margin-bottom: -350px;
	width: 100px;
	}

#main {
	background-color: black;
	padding-top: 30px;
	width: 900px;
	height: 560px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
	clear: left;
	padding-left: 50px;
	padding-right: 50px;
	}

#meta {
	padding-top: 10px;
	height: 20px;
	color: #eaeaea;
	font-size: 10px;
	text-align: left;
	background-color: black;
	padding-left: 40px;
	}

#tunes {
	float: right;
	}

#otto {
	float: right;
	display: inline-block;
	background: url(../images/maze-bei-otto.gif) no-repeat;
	width: 150px;
	height: 19px;
	text-indent: -9999px;
	position: relative;
	margin-top: 4px;
	margin-right: 25px;
	}


/* --- ELEMENTS ---*/

#meta a {
	color: #cccccc;
	text-decoration: none;
	}

#meta a:hover {
	color: #33ff00;
	}
