body {
    background: #F0F6F0;
    color: #222323;
    font-size: 12px;
    font-family: Verdana, sans-serif
}

a {
  color: #222323;
}

h1 {
  font-size: 12px;
  border-bottom: 1px dashed;
  font-weight: normal;
  letter-spacing: 1px;
  padding-bottom: 4px;
  text-transform: uppercase;
}

h2 {
  background: #222323;
  color: #f0f6f0;
  font-weight: 600;
  font-size: 13px;
  padding: 2px 4px;
  display: inline-block;
}

div {
    border: 1px solid #222323;
    box-sizing: border-box;
    vertical-align: top;
    background-repeat: no-repeat;
}

.outer {
    width: 881px;
    height: auto;
    padding: 3px;
}

.outer::after {
    content: " ";
    display: block;
    background-image: url('footer.png');
    height: 19px;
}

.hero {
    height: 139px;
    width: 268px;
    display: inline-block;
    margin-right: 4px;
    background-image: url('hero.png');
}

.banner {
    height: 139px;
    width: 600px;
    background: #222323;
    display: inline-block;
    background-image: url('banner.png');
}

.side {
    border: none;
    width: 145px;
    display: inline-block;
}

.profile {
    height: 303px;
    width: 100%;
    padding: 3px;
    margin-top: 4px;
}

.avatar {
    width: 100%;
    height: 113px;
    background-image: url('avatar.png');
}

.about {
    border: none;
    font-size: 11px;
    padding: 0 4px;
}

.fish {
    width: 100%;
    height: 106px;
    margin-top: 4px;
    background-image: url('fish.gif');
}

.menu {
    border: 0;
    width: 153px;
    display: inline-block;
    margin-top: 4px;
    padding: 0px 4px;
    font-size: 11px;
}

.menu a {
    background: url('button.png');
    width: 100%;
    height: 30px;
    display: block;
    margin-bottom: 4px;
    text-align: center;
    line-height: 20px;
    color: inherit;
    text-decoration: none;
    letter-spacing: 0.5px;
}

.main {
    width: 570px;
    display: inline-block;
    margin-top: 4px;
    padding: 6px 12px;
    min-height: 413px;
}

pre {
    max-width: 100%;
    overflow: scroll;
    background: #222323;
    color: #f0f6f0;
    font-family: Consolas, monospace;
    padding: 12px;
}