.indexBox {
    position: absolute;
    width: 350px;
    height: 180px;
    color: #FFF;
}

.indexBox h2 {
    position: relative;
    top: 150px;
    z-index: 9;
    font-weight: normal;
    cursor: pointer;
}
 
.indexBox A {
    float: left;
    display: block;
    width: 185px;
    height: 180px;
    margin-right: 10px;
    background: url(../images/blank.gif) no-repeat 0 0;
    border: 1px solid #FFF;
    outline: none;
    position: relative;
    z-index: 10;
}

.indexBox IMG {
    width:185px;
    height:180px;
    position: relative;
    z-index: 9;
}


#headerContainer {
    background-color: #000;
}

#headerContainer H1 A, #headerContainer H1 A:hover {
    color: #FFF;
}

#bodyContainer {
    position: relative;
    padding: 0;
    width: 100%;
    margin-bottom: 5px;
}

#bgImage {
    width: 100%;
    height: 603px;
    padding: 0;
}
