html {
   height:100%;   
}

body {  
   height:100%;
       margin:0;
       padding:0;
       position:relative;
   background:#A8C2C2 url(/assets/cph/background.png) no-repeat center fixed;
   /*background:#A8C2C2 url(http://www.lbi-germany.de/assets/cph/background.png) no-repeat center fixed;*/
   font-family: Verdana, Arial, Helvetica, sans-serif;
   }
			
a:link{
   color:#F1001C;
}
			
a:hover{
   color:#F1001C;
}
			
a:visited{
   color:#C1001F;
}
			
a:active{
   color:#C1001F;
}
			

#swfDIVwrap	{
   position:absolute;
   width:100%;
   height:100%;
   z-index:3;
   
}
			
#swfBGwrap {
   position:absolute;
   width:100%;
   height:;
   z-index:2;
   display:block;
			
}
			
#swfBG {
   position:fixed;
   width:100%;
   height:100%;
   top:0px;
   left:0px;
}