@import url('./style.css');
@import url('css/my_text_and_image_layout.css');

#header
  {
    width: 950px;
    height: 110px;
    background: url(./images/photostrip.jpg) top center no-repeat #ed1c24;
    z-index: 1;
    margin: 0 0 10px 0;
  }
#footer
 {
    margin-top: 4em;
 }
