body#background {
    background: url("../images/RVA-Background.jpg") no-repeat 50% 50% fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

#zoho {
   position: absolute;
   bottom:10%;
   left: 42%;
   width: 100%;
   width: 20%;
   height: 10%;
}
