#centerContainer {
    margin: 0px auto;
    width: 950px;
    padding: 0px 0px 20px 0px;
    text-align: left;
    background-color: #2f151b;
}

#homeTeaserContainer {
    width: 950px;
    background-color: #65b8e3;
}
#homeTeaser {
    width: 780px;
    margin: 0px 0px 0px 68px;
    padding: 24px 0px 32px 0px;
    color: #fff;
    font-weight: bold;
    line-height: 175%;
}
#homeTeaser h1, #homeTeaser .headline {
    color: #000;
}
#homeTeaser h2, #homeTeaser .captionline {
    color: #fff;
}

#homeContent {
    width: 780px;
    margin: 32px 0px 0px 50px;
    color: #fff;
}
#homeContent h1, #homeTeaser .headline {
    color: #fff;
}
#homeContent h2, #homeTeaser .captionline {
    color: #fff;
}

/* --- Contents --- */

#homeLinkBox {
    float: left;
    width: 238px;
    height: 220px;
    padding: 0px;
    margin: 0px;
    border-style: solid;
    border-width: 0px 2px 0px 0px;
    border-color: #65b8e3;    
}
#homeLinkBox li {
    height: 32px;
    list-style-type: none;
}
#homeLinkBox li a {
    display: block;
    height: 32px;
    color: #65b8e3;
    padding: 0px 20px;
    font-size: 12px;
    line-height: 32px;
    font-weight: bold;
    text-decoration: none;
    background-image: url(../images/template/home_link_icon.png);
    background-position: 0px 8px;
    background-repeat: no-repeat;
}
#homeLinkBox li a:hover {
    color: #fff;
}

#homeContentBox {
    float: left;
    width: 450px;
    margin: 6px 0px 0px 40px;
    line-height: 150%;
}

/* --- Footer --- */

#homeFooter {
    width: 780px;
    margin: 32px 0px 0px 68px;
}
#homeFooter div {
    color: #65b8e3;
    font-size: 11px;
    font-weight: bold;
}
