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

div#wrapper {
    position: relative;
    height: 100%;
    width: 100%;
}

a:link, a:visited,
a:hover, a:active {
    color: #000;
}

div img#logo {
    /* height: 666px; */
    /* width: 666px; */
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin:auto;
    border: none;
}

div .headline {
    color: #000;
    font-size: 66px;
    text-align: center;
    font-family: "Times New Roman", Times, serif;
}

div #site_host {
    visibility: hidden;
}

div #site_name {
    visibility: hidden;
}
