body {
    margin: 0px;
    font-family: "Century Gothic";
    background-color: #d0c079;
    text-align: center;
}

img { border: 0px; }

table#center {
    position: absolute;
    top: 50%;
    left: 50%;
    text-align: center;

    width: 500px;
    height: 500px;
    margin-left: -250px;
    margin-top: -250px;
}

a#enter {
    font-size: 50px;
}
a#enter:hover {
    text-decoration: none;
}
