body {
   background-color: #000000;
   margin: 0px 0px 0px 0px;
   overflow: hidden;
   background-position: 0px 0px;
   font-family:Tahoma, Geneva, sans-serif;
   font-size: 12px;
}
#body {
    position: absolute;
    top: 0px;
    bottom: 0px;
    right: 0px;
    left: 0px;
/*    min-height: 400px;
    min-width: 800px;
    max-width: 100%;
    max-height:100%;*/
}

#logo-inner {
    position:absolute;
/*    top: 50%; */
    top: 5em;
    left: 50%;
}
#logo-outer {
    position:absolute; 
/*    top:-110px; */
    left: -110px;
}
#zoza_wrapb {
        position: relative;
        width: 220px;
        height: 220px;
        border: 1px solid #222;
}
#z1b {
    top: 0px;
    left: 0px;
    position: absolute;
    width: 105px;
    height: 110px;
    background-color: #f60000;
}

#z2b {
    bottom: 0px;
    left: 0px;
    position: absolute;
    width: 105px;
    height: 110px;    
    background-color: #0096ff;
}

#o1b {
    top: 0px;
    right: 0px;
    position: absolute;
    width: 115px;
    height: 110px;
    background-color: #30ff00;
}

#a2b {
    bottom: 0px;
    right: 0px;
    position: absolute;
    width: 115px;
    height: 110px;    
    background-color: #fff600;
}

#phone {
  color: #ffffff;   
  font-size: 2em;
  margin-top: 0.5em;
}