html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
#body {
    width: 100%;
    height: 100%;
}
.noflash {
    width: 440px;
    margin: 0 auto;
    position: relative;
    top: 30%;
}
.noflash img {
    margin: 0 0 0 110px;
}
.left, .right {
    text-align: left;
    margin: 30px 0 0 0;
    font: 11px/14px Verdana;
}
.left {
    float: left;
    width: 165px;
}
.right {
    float: right;
    width: 230px;
    color: #8f9092;
}
a {
    color: #8bc53e;
}
a:hover{
    color: #7aac37;
    text-decoration: none;
}
.right p {
    font: bold 14px/14px Verdana;
    margin: 15px 0;
}
.spylog {
    position: absolute; top: 0; left: 0;
}

