/* For Wide Screen */
body {
  background-image: url(images/bg1.jpg);
  background-position: center center;
  background-repeat: no-repeat;
  background-attachment: fixed;
  -webkit-background-size: 100% 100%; /* For WebKit*/
  -moz-background-size: 100% 100%;    /* Mozilla*/
  -o-background-size: 100% 100%;      /* Opera*/
  background-size: 100% 100%;         /* Generic*/
  background-color:#f6f5d7;
}

div#logo {
  display: block;
  position:absolute;
  top: 4%;
  left: 1%;
}

div#logo img {
  width:70%;
  height:auto;
}

div#radio {
  display: block;
  position:fixed;
  top: 75%;
  left: 60%;
}

/* For mobile devices */
@media only screen and (max-width: 769px) {
  body {
  background-image: url(images/bg2.jpg);
  }

  div#logo {
  display: block;
  position:absolute;
  top: 3%;
  left: 1%;
  }

  div#logo img {
  width:50%;
  height:auto;
  }

  div#radio {
  display: block;
  position:fixed;
  top: 40%;
  left: 20%;
  }
}
