﻿
#apDivA {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    text-align: center;
    left: 0;
    top: 0;
}

#apDivB {
    position: absolute;
    width: 100%;
    height: 350px;
    z-index: 1;
    text-align: center;
}

#apDivC1 {
    position: absolute;
    width: 100%;
    height: 50px;
    z-index: 2;
    text-align: center;
}

#apDivC2 {
    position: absolute;
    width: 100%;
    height: 70px;
    z-index: 2;
    top: 200px;
}

#apDivC3 {
    position: absolute;
    width: 100%;
    z-index: 2;
    text-align: center;
    top: 280px;
}

.indexbackground {
    background-image: url(/index_images/2000x290.jpg);
    background-position: center top;
}
