body {
  margin: 0; padding: 0;
  margin-top: 5px;
}
#container {
  margin: 0;
  height: 613px;
  width: 100%;
}
#package {
  display: table;
  width: 387px;
  border: 3px dotted #000;
  background-image: url('walrus.gif');
  background-repeat: no-repeat; 
}
#walrus {
  width: 387px;
  height: 610px;
  border-bottom: 3px dotted #000;
}
#sign {
  display: table;
  width: 387px;
  background: #000;
  text-align: center;
}
#sign h1, #sign h2 {
  color: #fff;
  margin: 0;
}
#sign span {
  border-top: 1px dotted #f00;
}
#clip {
  display: table;
  width: 393px;
}
#clip .tab {
  float: right;
  margin-left: 32.2px;
  width: 103.5px;
  border: 3px dotted #000;
  border-top: none;
}
#clip .left {
  float: left;
  margin: 0;
  margin-right: 32.2px;
}
#clip .first {
  margin: 0;
}
#clip a {
  display: block;
  width: 103.5px;
  margin: 0;
  padding-top: 4px;
  padding-bottom: 4px;
  text-align: center;
  color: #000;
  font-size: .7em;
  font-family: arial, verdana, calisto, times;
  text-decoration: none;
}
#clip a:hover {
  background: #d6d6d6;
  padding-top: 7px;
  padding-bottom: 6px;
}
#clip .selected {
  position: relative;
  top: -3px;
}
#clip .selected a {
  color: #fff;
  background: #000;
  padding-top: 10px;
  padding-bottom: 6px;
}
#clip .selected a:hover strong {
  border-bottom: 1px dotted #f00;
}