#anim1 {
  width: 560px;
  height: 190px;
  overflow: hidden;
  position: relative;
}

#anim1 .color {
  width: 1280px;
  height: 100%;
  background: url(color.jpg);
  position: absolute;
  left: 740px;
}

#anim1 .png {
  width: 100%;
  height: 100%;
  background-color: #181818;
  background: url(anim1.png);
  position: absolute;
  top: 0;
}





body {
  background: url(background.jpg);
}

h1 {
    font: 23px 'Lucida Grande', Verdana, Helvetica, sans-serif;
    color: #666;
}

p {
  font: 13px Verdana, Helvetica, sans-serif;
  color: #C0C0C0;
}

a { color: #709500; decoration: none; }
