body {
    background-color: black;
    background-image: url(/graphics/background.jpg?r=1);
    background-attachment: fixed;
    margin: 0px;
    font-family: helvetica;
    font-size: 10pt;
}

#entire_page {
    position: relative;
    width: 990px;
    background-color: #414141;
}


h1 {
    color: white;
    font-size: 2em;
}

h3 {
    color: white;
}

table {
    border: 0px;
    border-spacing: 0px;
    border-collapse: collapse;
    padding: 0px;
    margin: 0px;
}

a, v, img {
    color: #a2a2a2;
    text-decoration: none;
    border: 0px;
}

select {
    color: #a2a2a2;
}

#font2 {
    color: #ffae01;
    font-weight: bold;
}

smallfont {
    font-size: 8pt;
}

#level3 {
    position: absolute;
    left: 0px;
    top: 975px;
    width: 990px;
    height: 340px;
    background-color: #414141;
}

#review_list {
    position: absolute;
    left: 0px;
    top: 884px;
    width: 990px;
    background-color: black;
}

#level3a {
    position: absolute;
    left: 0px;
    top: 975px;
    width: 990px;
    background-color: grey;
}

#level4 {
    position: absolute;
    top: 1315px;
    left: 0px;
    width: 990px;
    background-color: black;
}

.zplnk1 {
    border-top: 5px solid black;
}

.ad1 {
    border-top: 5px solid black;
}

.lad {
    border-bottom: 10px solid grey;
    border-right: 10px solid grey;
    border-left: 10px solid grey;
}

#ladtop {
    border-top: 10px solid grey;
}

#FAQ_main {
    position: absolute;
    top: 50px;
    background-color: #262626;
    width: 990px;
}

#FAQ {
    color: #ececec;
    width: 675px;
    padding: 15px;
    vertical-align: top;
}

#button_bar {
    position: absolute;
    top: 1130px;
    left: 0px;
    width: 990px;
    height: 30px;
    z-index: 3;
    overflow: hidden;
}

.button_bar_images {
    display: inline;
    float: left;
    border: 0px;
    padding: 0px;
    margin: 0px;
}


