/* CSS Document */

  
 
    BODY {
	font-family: Berylium;
	background-color:#e9e9e9;   
    margin:auto     
	 position:absolute;
      -mox-background-size: 100% 100%
      -o-background-size: 100% 100%
       -webkit-background-size: 100% 100%
            z-index:0;
            
           height: 100%;
           width:100%;
            top: 0px;
            left: 0px;
            bottom: 0px;
           right: 0px;
	}

  .zoom {   -webkit-transform: scale(2) !important; }   
 
 
 