/* Explorer Express --------------------------------------------------------- */

body {
    background-color: #ff9933;
}

.page-edges {
    background-image: url(/images/page-edges/ff9933.png);
}

/* -------------------------------------------------------------------------- */

#PageBanner {
    position: relative;
    background-image: url(images/page-banner-explorer.jpg);
    height: 315px;
}

#PageBanner h2 {
    position: absolute;
    width: 280px;
    height: 250px;
    top: 60px;
    left: 350px;
    padding-top: 0;
    text-align: center;
    font-family: arial;
    font-size: 24px;
    line-height: 36px;
}
