#myBody {
  position: relative;
  margin: 0px auto;
  border: 0;
  padding: 0;
  width: 970px;
  height: 700px;
  background-image:  url(images/bg_evk2cnr_home.jpg);
  background-repeat: no-repeat;
  background-position: 0px 43px
}

#myMeteoBackground {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 970px;
  height: 43px;
}

#myMeteoMarquee {
  position: absolute;
  top: 16px;
  left: 464px;
  border: 1px solid #AAA;
  width: 377px;
  height: 16px;
  background-color: #000;
  color: #0F0;
  font-family: Courier;
  font-size: 12px;
  line-height: 16px;
}

