body {
    margin: 0;
    padding: 0;
    background: #000;
}

#main {
    width: 970px;
    position: relative;
    left: 50%;
    margin: 0 0 0 -485px;
    padding: 0;
}

#copy 
{
    font-family: verdana, tahoma;
    font-size: 12px;
    line-height: 18px;
    text-align: center;
    margin: 0;
    padding: 0;
    border: 1px solid black; /* this is to fix a strage bug where a margin is added to the top */
}

#footer {
    clear: both;
    height: 89px;
    border-top: 1px solid #303030;
    text-align: center;
    background: #000;
}
#footer, #footer a {
    color: #fff;
    font-family: Arial;
}