html, body {
    margin: 0;
    padding: 0;
    height: 100%;
    background: #ffffff;
}
body, select, input, button, textarea {
    font-family: Tahoma, Geneva, FreeSans, 'Trebuchet MS', Arial, sans-serif;
    font-size: 13px;
    line-height: 18px;
}
h1, h2, h3, h4, h5, h6, strong {
    font-weight: bold;
}
#wrapper {
    position: absolute;
    top: 50%;
    left: 0px;
    width: 100%;
    height: 1px;
    overflow: visible;
    visibility: visible;
    display: block;
}
#main {
    margin-left: -157px;
    position: absolute;
    top: -48px;
    left: 50%;
    width: 314px;
    height: 96px;
    visibility: visible;
    text-align: center;
}
#footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 0px;
    text-align: center;
    color: #9d9d9d;
}
#footer a {
    color: #4c4b4d;
    text-decoration: none;
}
#footer a:hover {
    color: #d2820f;
}