* {
  margin: 0;
  padding: 0;
  border: 0;
}
body {
  background: #2D3C52;
  width: 800px;
  margin: 20px auto;
}

#menu {
  position: absolute;
  top: 410px;
}
#menu .item {
  position: absolute;
  display: block;
}
#live  { left : 50px; }
#news  { left : 204px; }
#info  { left : 370px; }
#album { left : 476px; }
#diary { left : 643px; }
