html, body
{
    background-color: #000000;
    background-repeat: repeat;
}

*
{
    margin: 0;
    padding: 0;
}

a
{
    color: #D19717;
    text-decoration: none;
}

a:hover
{
    color: #D19717;
    text-decoration: underline;
    cursor: pointer;
}

#container
{
    position: relative;
    top: 80px;
    margin: auto;
    width: 500px;
    
}
