/* CSS Document */

#pagina {
  width: 1000px;
  background-color: white;
}

#header {
  float: left;
  width: 1000px;
  height: 150px;
  background-color: white;
  text-align: left;
  background-color: white;
  background-image: url("http://www.hosting-magazine.com/img/header.jpg");
  background-repeat: no-repeat;
  background-position: top center;
  color: #cc0000;
}

