body {
      background-image: url('../images/friends/background.gif');
      background-repeat: no-repeat;
}

#bottom {
         margin-top: 24%;
}

h1 {
    color: #3c5268;
    font-size: 9px;
    letter-spacing: 5px;
    text-transform: uppercase;
}

#left {
       font-family: "Courier New", Courier, Monaco, monospace;
       font-size: 11px;
       margin-left: 58px;
       text-transform: uppercase;
       margin-top: 150px;
}

li {
    line-height: 20px;
    list-style: none;
}

a.main {
        color: #000000;
}

a:hover.main {
              color:#e11e55;
              text-decoration:none;
}

a.older {
         color: #c9c9c9;
         text-decoration: none;
}

a:hover.older {
               color: #e5b9ef;
}

.gone {
       text-decoration: line-through;
}

 	
