html, body {
    width: 100%;
    height: 100%;
    background-color: #aaaaaa;
    margin: 0;
}

#options {
    background-color: #aaaaaa;
    width: 100%;
    height: 100%;
    display: none;
    z-index: 2;
    text-align: center;
}

#showoptions {
    padding: 5px;
    text-align: center;
}

table {
    padding-top: 5%;
}

td {
    padding: 5px;
}