/* YAML - Elements Start ------------------------------------------------------------------------------------------------------*/

/* (en) Global reset of paddings and margins for all HTML elements */
/* (de) Globales Zurücksetzen der Innen- und Außenabstände für alle HTML-Elemente */
	* {
		margin: 0;
		padding: 0;
		}

/* (en) Correction: margin/padding reset caused too small select boxes. */
/* (de) Korrektur: Das Zurücksetzen der Abstände verursacht zu kleine Selectboxen. */
	option {
		padding-left: 0.4em;
		}


/* (en) Clear borders for <fieldset> and <img> elements */
/* (de) Rahmen für <fieldset> und <img> Elemente löschen */
	fieldset, img {
		border: 0 solid;
		}

/* (en) new standard values for lists, blockquote and cite */
/* (de) Neue Standardwerte für Listen & Zitate */
	ul, ol, dl {
		margin: 0 0 1em 1em;
		}
		
/*
	li {
		margin-left: 1.5em;
		line-height: 1.5em;
		}
*/
	
	dt {
		font-weight: bold;
		}
	
	dd {
		margin: 0 0 1em 2em;
		}
	
	blockquote, cite {
		margin: 0 0 1em 1.5em;
		font-size: 0.93em;
		width: auto;
		}

/* YAML - Elemente Stop -------------------------------------------------------------------------------------------------------*/

	
	body {
		color: #000;
		font-size: 80.01%;
		font-family: "Trebuchet MS", "Tahoma", sans-serif;
		line-height: 1.4;
		background: #fff 50% 50%;
	}
	html, body {
		margin: 0;
		padding: 0;
	}
	
	/*\*/
	html, body, .swc0, .swc1 {
		height: 100%;
	}
	.swc0 {
		margin: 0 auto;
		display: table;
	}
	.swc1 {
		display: table-cell;
		vertical-align: middle;
	}
	/**/
	.swc1 {
		white-space: nowrap;
	}
	.swc2 {
	/*	background-color: #eee;
		border: 1px solid #333; */
		padding: .3em .5em;
	}
	/* in IEM solo shrink-wrap, no vert.center \*//*/
	.swc1 {
		text-align: center;
	}
	.swc2 {
		display: inline-block;
		text-align: left;
		width: 1px;
	}
	/**/ 
	 
	
	 
	 
	 
	a:link {
		text-decoration:none;
		color: #700;
	}
	
	a:visited {
		text-decoration:none;
		color: #700;
	}
	
	a:hover {
		text-decoration:none;
		color: #000;
	}
	
	a:active {
		text-decoration:none;
		color: #000;
	}
	
	div#container {
		position: relative;
		top: 0;
		left: 0;
		text-align: left;
		background: #fff url(../img/bg.jpg) no-repeat top left;
		width: 929px;
		height: 733px;
		
		/* 
		border-top: 1px solid #000000;
		border-left: 1px solid #000000;
		border-bottom: 1px solid #000000;
		border-right: 1px solid #000000;
		*/ 
	}
	
		div#comingsoon {
			position: absolute;
			top: 50px;
			left: 57px;
			font-size: 16px;
			font-weight: bold;
		}
	
		div#player {
			position: absolute;
			top: 135px;
			left: 496px;		
		}
		
		div#contact {
			position: absolute;
			top: 662px;
			left: 57px;
			font-size: 14px;
			font-weight: bold;
			width: 813px;
			text-align: center;
		}

