body {
    background-attachment: fixed;
    background-color: #7c7c7c;
    color: #333;
    text-shadow: 0px 1px #fff;
    font-family: "verdana";
    font-size: 8Pt;
    margin: 0px;
    padding: 0px;
}

#bg {
    height: 100%;
    width: 100%;
    left: 0px;
    min-height: 768px;
    min-width: 1024px;
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: -100;
}

a:link {color: #000; text-decoration: none}
a:visited {color: #000; text-decoration: none}
a:hover {color: #4c930e; text-decoration: none}

div#content {
    margin: 0 auto; padding-top: 100px;
    width: 900px; height: 50%;
    display: block;
    text-align: center; vertical-align: text-top;
}
