body {
  font-family:helvetica, sans-serif;
  background-color:#00b3fd;
}

#left {
  width:400px;
  height:400px;
  float:left;
}

#leftfixed {
  position:fixed;
  background-image:url('/zebra4_animate.gif');
  background-repeat: no-repeat;
  vertical-align: top;
  height:400px;
  width:400px;
}

#right {
  width:700px;
  float:left;
}
