body {
    color: cornsilk;
    background: black;
    max-width: 700px;
}

html {
    margin-bottom: 500px;
}

a {
    color: goldenrod;
}

body {
    background-image: url("img/bg.gif");
    background-repeat: repeat;
}
