body, html
{
    height: 100%;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

body
{
    background-color: #fff;
    color: #000;
    font-family: arial, helvetica, sans-serif;
    text-align: center;
}

a
{
    color: #000;
}

iframe
{
    width: 120%;
    height: 125%;
    border: 0;
    position: relative;
    top: -180px;
    left: -70px;
}

.footer,
.footerback
{
    position: absolute;
    left: 10px;
    top: 10px;
    width: 400px;
    height: 50px;
    font-weight: bold;
    padding-top: 4px;
}

.footerback
{
    background-color: white;
    -moz-opacity: .5;
    filter: alpha(opacity=50);
}

.overlay
{
    background-color: yellow;
    -moz-opacity: .2;
    filter: alpha(opacity=20);
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
}


