 /* styles for IE 5 Mac */
#central {
    position: fixed;
    width: 98%;
    height: 48%;
    top: 43%;

   }
 /* following rules are invisible to IE 5 \*/
 
 #central {
    position: absolute;
    width: 98%;
    height: 48%;
    top: 43%;

   }
 /* end IE 5 hack */

 
 #deutschcontainer {position:relative; left:0px;}
 #englishcontainer {position:relative; left:15px; top:3px;} 
 #container {
    position: relative;
    width: 98%;
	height: 48%;
	top:12px;
   }