body {
  padding: 0;
  margin: 0;
  background-color: #ffffff;
  font-family: Verdana, Helvetica, Sans-Serif;
  color: #061a4a;
}

a {
  text-decoration: none;
  color: #061a4a;
}

#main {
  position: absolute;
  width: 100%;
}

#menu {
  position: absolute;
  left: 18px;
  top: 70px; 
}

#menu a { 
  font-weight: bold;
  font-size: 12px;
}

#blue { 
  background-color: #041c3a;
  position: absolute;
  width: 100%;
  top: 93px;
  height: 309px;
}

#red { 
  background-color: #d91714;
  position: absolute;
  width: 80%;
  left: 20%;
  top: 402px;
  height: 21px;
}

#lightblue { 
  background-color: #a8bbcd;
  position: absolute;
  width: 100%;
  top: 423px;
  height: 147px;
}

#logo { 
  position: absolute;
  right: 30px;
  top: 47px;
  width: 320px;
  height: 88px;
  background-image: url(/img/logo.png);
}

#group { 
  position: absolute;
  left: 18px;
  top: 590px;
  width: 125px;
  height: 16px;
  background-image: url(/img/lastmediagroup.png);
}