html {
  margin:0px;
  padding: 0px;
  width: 100%;
}

body {
  background-color:#F2F9FC;
  color:#000000;
  margin:0px;
  padding: 0px;
  width: 100%;
  display:none;	
}

img {
  border:none;
}

.divMain {
  margin-top: 5%;
  margin-left:auto;
  margin-right:auto;
  text-align:center;
}

.divScrobbler {
  position: absolute;
  left: 0px;
  bottom: 5%;
  width: 100%;
  margin: 0px;
  padding: 0px;
  text-align: center;
}

.divBusy {
  background-image: url(/images/busy.gif);
  position: absolute;
  top: 16px;
  right: 16px;
  height: 17px;
  width: 17px;
  display: none;
}