body {
  background: transparent;
}

#header {
  background: transparent;
}

  #header h1 {
    display:         none;
  }

  #header img {
    display:         none;
  }

  #header h2 {
    position:       absolute;
    left:           10px;
    color:          black;
    font-weight:    bold;
  }

  #header h3 {
    display:         none;
  }

  #header h4 {
    position:       absolute;
    left:           10px;
    color:          black;
    font-weight:    bold;
  }


#paypal {
    display:         none;
  }


#buttons {
  display:         none;
}

#sidebar {
  display:         none;
}

#main {
  background:   transparent;
  position:     absolute;
  left:         10px;
  width:        550px;
}

  #main p {
    color:        black;
    text-align:   left;
    width:        550px;
  }

#footer {
  display:         none;
}

