
#header {
  width: 100%;

  height: 18%;

  text-align: center;
}


#menu {
  position: absolute;

  left: 4%;
  top: 30%;

  width: 10%;

  height: 63%;
}


#content {
  position: absolute;

  left: 19%;
  top: 29%;

  width: 63%;

  background-color: #cccc99;

}


#events {
  border: solid;
  border-color: #FFFF66;
  position: absolute;

  left: 86%;
  top: 30%;

  background-color: maroon;
  width: 10%;

    
}




@media print {

  #header { display: none;
}

  #menu { display: none;
}
  #events { display: none;
}
  #footer { display: none;
}

}

