/* ------ wall */

#wall {
    background: url("/html/image/home/wall_background.jpg") no-repeat;
    width: 255px; /* plus 501px padding = 756px */
    padding-right: 42px;
    padding-left: 459px;
    height: 210px;
}

#wall p {
    color: white;
    padding-top: 15px;
}

/* ------ site intro / links */

#siteIntro_container {
    margin: 0 10px;
}

.introBox_topRow, .introBox_bottomRow {
    position: relative;
    width: 363px;
    margin-bottom: 10px;
    text-transform: uppercase;
}

.introBox_topRow {
    height: 202px;
}

.introBox_bottomRow {
    height: 170px;
}

.introBox_topRow h2 {
    /* h2 is an image */
    height: 31px;
    margin-bottom: 0;
}

.introBox_bottomRow h2 {
    /* h2 is an image */
    height: 26px;
    margin-bottom: 0;
}

/* absolutely position content to appease IE */
img.topRow_content {
    position: absolute;
    top: 31px;
}

img.bottomRow_content {
    position: absolute;
    top: 26px;
}

img.topRow_button {
    position: absolute;
    bottom: 13px;
    left: 20px;
}
