html { 	height: 100%;	}
body {	background: #000 url(bg.jpg) repeat-x; 	height: 100%; 	margin: 0;	font-family: verdana , helvetica, sans-serif;	font-size: 10px;	color: #bebebe;	}
#content {		position: absolute;	top: 50%;	left: 50%;	background: #161616;	width: 540px;	height: 400px;	margin: -200px -270px;	border: 1px solid #5f5f5f;	z-index: 5;	overflow: hidden;}
#footer {	position: absolute;	bottom: 49%;	left: 50%;	width: 540px;	text-align: center;	margin-left: -270px;	margin-bottom: -205px;	z-index: 6;	color: #494949;}
#menu {	position: absolute;	left: 50%;	top: 49.5%;	width: 540px;	height: 35px;	margin-top: -225px;	margin-left: 0px;	z-index: 6;	text-align: right;	}
#flash {	position: absolute;	top: 25%;	left: 50%;	margin-left: -425px;	width: 850px;	z-index: 1;}#video {	text-align: center;	margin-bottom: 10px;}
#fadeOpacityIn {	padding-left: 12px;}#currently {	padding-left: 12px;	padding-right: 12px;	text-align: justify;}
#about {	margin-left: 11px;	margin-right: 11px;	text-align: justify;}
#contact {	margin-bottom: 10px;}.left {	padding-left: 12px;	line-height: 1.2em;}#fadeOpacityIn img {	border: 1px solid #5f5f5f;	margin-right: 3px;	margin-bottom: 10px;}
a.reel {  display:block;  width:40px;   height:35px;  background:transparent url('reel-trans.png') no-repeat top left;  cursor: pointer;}
a.reel:hover {  display:block;  width:40px;   height:35px;  background:transparent url('reel-trans.png') no-repeat bottom right;  cursor: pointer;}
a.about {  display:block;  width:60px;   height:35px;  background:transparent url('about-trans.png') no-repeat top left;  cursor: pointer;}
a.about:hover {  display:block;  width:60px;   height:35px;  background:transparent url('about-trans.png') no-repeat bottom right;  cursor: pointer;}
a.work {  display:block;  width:115px;   height:35px;  background:transparent url('recent-trans.png') no-repeat top left;  cursor: pointer;}
a.work:hover {  display:block;  width:115px;   height:35px;  background:transparent url('recent-trans.png') no-repeat bottom right;  cursor: pointer;}

/* Info popup */
#infopopup {	position: absolute;	top:125px;	left: 150px;	width: 300px;	height: 360px;	z-index: 12;	visibility: hidden;	text-align: center;	background: url(img/bg-trans.png);	border: 1px solid #5f5f5f;}
#info_bild{	width: 300px;	text-align: center;}#info{	width: 290px;	margin-left: 5px;	margin-right: 5px;	text-align: justify;}
#topbar {	height: 25px;	width: 100%;	text-align: left;	margin-bottom: 5px;	font: bold 12px Verdana, sans-serif;}
#fadeOpacityOut {	position: absolute;	top: 0px;	right: 0px;	height: 25px;	width: 25px;	cursor: pointer;}