body {
  background: #FF66CC;
}

h1 {
  font-size: 3.9em;
  font-weight: bold;
  background: url("http://icanhasaudio.com/images/logo.jpg") no-repeat;
  background-position: center;
  width: 100%;
  height: 338px;
  color: white;
}

.header {
  text-align: center;
}

.header h1 {
  padding-bottom: 0px;
  margin-bottom: 0px;
}

.menu {
  border: 1px solid #000;
  border-bottom: 0px;
  margin: 0em;
  width: 100%;
}
.menu li {
  list-style: none;
  border-bottom: 1px solid #000;
  background: #FFCC99;
  margin: 0em;
  padding: 5px;
}
.menu li:hover {
  background: green;
}

