/* Jannis Gerlinger
Grafik & Webdesign
www.tiefmatt.de
Start: 21.11.2008
Letzte Aenderung: 24.11.2008
*/

/* Farbschema
--------------------------------------------------------------------------------------- */

/*
Farbton (Hintergrund): #00000
Farbton (Farbe): #xxxxxx
Farbton (Farbe): #xxxxxx
*/

/* Reset
--------------------------------------------------------------------------------------- */
* {
	padding: 0;
	margin: 0;
	border: 0;
}
/* Globals
--------------------------------------------------------------------------------------- */

body {
	background: #000;
	color: #000;
	font-family: Trebuchet MS, Lucida Grande, Lucida Sans Unicode, Verdana, Arial, sans-serif;
	font-size: 12px;
	font-weight: normal;
	line-height: 20px;
	}
	
	
#wrapper {
	left: 50%;
	margin: -380px 0 0 -480px;
	position: absolute;
	top: 50%;
	}
	
	
#sound {
	height: 110px;
	width: 960px;
	}