body {
	background-color: #1E1E1E;
	margin: 0; /* Es empfiehlt sich, margin (Rand) und padding (Auffüllung) des Body-Elements auf 0 einzustellen, um unterschiedlichen Browser-Standardeinstellungen Rechnung zu tragen. */
	padding: 0;
	text-align: center; /* Hierdurch wird der Container in IE 5*-Browsern zentriert. Dem Text wird dann im #container-Selektor die Standardausrichtung left (links) zugewiesen. */
	color: #000000;
}
/* font-size: 100.1%;  wg Schrift-Bug in IE */

/* remove firefox link outline */
a {
	outline: none; 
}

:focus {
	-moz-outline-style: none;
	outline: none;
}

:-moz-any-link:focus { outline: none; }

img {
	border:none;
	outline-style: none;
}
#movie_outer {
	height: 100%;
	background-color: #1E1E1E;
	overflow: hidden;
	position: relative;
	width: 100%;
	float: none;
	margin-top: 8%;
	margin-bottom: 8%;
}
#movie_outer[id] {
	display: table;
	position: static;
	background-color: #1E1E1E;
}
#movie_middle {
	position: absolute;
	top: 50%;
	width: 100%;
	text-align:
	center;
} /* for explorer only*/
#movie_middle[id] {
	display: table-cell;
	vertical-align: middle;
	position: static;
}
#movie_inner {
	background-color: #1E1E1E;
	position: relative;
	top: -30%;
	text-align: left;
} /* for explorer only */
#movie_inner[id] {
	width: 930px;
	margin-left: auto;
	margin-right: auto;
} /* for all browsers*/
/* optional: #inner[id] {position: static;} */
