@charset "utf-8";

html, body {
    background: #ffffff;
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    font-family: "Verdana";
    font-size: 12px;
    color: #111111;
}

#container {
    width: 90%;
    height: 90%;
    text-align: center;
}

#footer {
    width: 90%;
    height: 10%;
    text-align: center;
}