body, html  {
	margin:0px;
	padding:0px;
	background-color:#000000;
	height:100%;
	overflow:hidden;}

body {
	font-family: Helvetica, Geneva, Arial, SunSans-Regular, sans-serif; 
	line-height: 15px; 
	font-size: 13px; 
	color: #ffffff;
	-webkit-font-smoothing: antialiased;
-moz-font-smoothing: antialiased;
-o-font-smoothing: antialiased;}
	
.class { font-size: 26px; }
.legende { font-size: 12px;}	
	
.center {
	position: relative;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}	
audio {width:1px;height:1px;}
img {border: none;}
a {text-decoration:none; color: #ffffff;}
a img {border: none;}

iframe {border:none;margin:0;padding:0;overflow:hidden;}

.container {
	position: absolute;
   top: 50%;
   margin-top: -100px;
   left: 0;
   width: 100%;}
   
.middle {
width: 540px;
   margin-left: auto;
   margin-right: auto;
   height: 106px;} 
   
.bottom {
	position:absolute; 
	bottom:10px;
	left:25px;}