body {
    margin:0px; padding:0px;
    color: black;
    font: 18px/26px Georgia, Serif;
    background: black;
}

a, a:link, a:visited { color: pink; text-decoration: none; }
a:hover { text-decoration: underline; }


#bg {
    position:absolute;
    top:0px; left:0px;
    width:100%;
    height:100%;
    z-index: 1;
    overflow: hidden;
}

#wrap {
    margin: 100px auto 100px auto;
    width: 700px; height: 700px;
    overflow:hidden;
    color: white;
    background: url("logo.png") no-repeat bottom right black;
    position: relative;
    z-index:2;
}

#tweets { margin:40px; }
#tweets ul { margin:0px; padding:0px; }
#tweets li { list-style:none; margin:0px 0px 20px 0px; padding:0px; }
#tweets a.datetime { display:block; font-size: 13px; line-height: 30px; text-align: right;}

#links {
    position: absolute;
    left: 32px; bottom:30px;
}

#links a {
    display:block;
    background: black;
    width: 69px; height:69px;
    margin: 0px 10px 0px 0px;
    overflow:hidden;
    float:left;
    border: 1px solid black;
}
#links a:hover { border-color: white; }

#links a#surfstation { background: url('btn-blk-srfstn.png') no-repeat center center black; }
#links a#stolen { background: url('btn-blk-stolen.png') no-repeat center center black; }
#links a#dropsite { background: url('btn-blk-dropsite.png') no-repeat center center black; }
#links a#stolenshirts { background: url('btn-blk-stolenshirts.png') no-repeat center center black; }

