html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}
body {
    background: #616161 url('/img/bg.gif');
}
#body {
    width: 100%;
    height: 100%;
}
.noflash {
    width: 440px;
    margin: 0 auto;
    position: relative;
    top: 30%;
}
.left, .right {
    text-align: left;
    margin: 30px 0 0 0;
    font: 11px/14px Verdana;
    color: #fff;
}
.left {
    float: left;
    width: 165px;
}
.right {
    float: right;
    width: 230px;
}
a {
    color: #ffff00;
}
a:hover{
    text-decoration: none;
}
.right p {
    font: bold 14px/14px Verdana;
    margin: 15px 0;
}
