 body { background: #EDDFB2 url(../img/intro-bg.gif) top center repeat-y; }
 .wrapper { background: url(../img/seray-logo.gif) top center no-repeat; height:214px; }
  .flashfilm {
       position:absolute;
       left:50%;
       top: 400px;
       width: 1000px;
       height:500px;
       margin-left:-500px;   /* width/2 */
       margin-top:-236px;   /* height/2 */
       overflow:auto;  
    }
    
    /* Werte für Mozilla */
    html>body .flashfilm {
       margin-left:-480px;
       margin-top:-265px; }

.weiter a {color: white; }
.weiter { 
	text-align: center; 
	font: normal 10px Arial, Helvetica, sans-serif; 

	position: absolute; 
	width: 150px;
	bottom: 30px; 
	left: 50%; margin-left:-75px;
}

