body {
	text-align: center;
	padding: 0;
	margin: 0;
	background: #2A2A2A;
}
#wrapper {
	background: #FFF;
	width: 1100px;
	text-align: left;
	margin: 0px auto;
}
#header {
	background: url(../Bilder/banner01.png);
	height: 85px;
	margin: 0px;
	padding: 0px;
	color: #CCC;
	position: relative;
}
#MyFilms {
	margin: 0px;
	padding: 0px;
	position: absolute;
	left: 93px;
	bottom: 25px;
	color: #FBD091;
	font-size: 30px;
	font-family: Verdana, Geneva, sans-serif;
	font-weight: bold;
	text-transform: capitalize;
	visibility: visible;
}
#logan {
	font-family: Verdana, Geneva, sans-serif;
	font-size: 12px;
	color: #FBD091;
	position: absolute;
	left: 95px;
	bottom: 9px;
	width: 274px;
	visibility: visible;
}
#icon {
	position: absolute;
	top: 12px;
	left: 12px;
	visibility: visible;
}
#mainContent {
	margin: 0px;
	padding: 0px;
	color: #CCC;
	height: 500px;
	position: relative;
	background: #171717;
}
#editableRegion {
	position: absolute;
	left: 48px;
	top: 23px;
	width: 1014px;
	height: 472px;
}
#editableRegion #LogOutContainer p a {
	color: #FFF;
}


#footer {
	color: #999;
	background: url(../Bilder/footer01.png);
	height: 30px;
	position: relative;
	text-align: left;
	padding-right: 50px;
	font-family: Verdana, Geneva, sans-serif;
	font-size: 10px;
	padding-top: 10px;
}
.clear {
	clear: both;
}
.logoColor {
	color: #FBD091;
}