body {
    margin: 0;
    padding: 0;
    text-align: center;
    font-family: arial;
    color: #777777;
}

a {
    color: #999999;
}

.body_container {
    width: 960px;
    margin: 0 auto;
}

.body_box {
    border: solid 1px #cdcdcd;
    margin-top: 50px;
    height: 530px;
    text-align: left;
    background-image: url('/images/colourful_containers.jpg');
    background-position:  460px 60px;
    background-repeat: no-repeat;
}

.logo {
    margin-top: 40px;
    margin-left: 60px;
    height: 16px;
    width: 377px;
    background-image: url('/images/hebe_product_logo.png');
    background-repeat: no-repeat;    
}

.logo span {
    margin: 0 0 0 -9999px;
}

.logo_light {
    color: #999999;
    font-size: 22pt;
}

.logo_dark {
    color: #777777;
    font-size: 22pt;
}

.body_text {
    font-size: 9pt;
    margin-left: 60px;
    width: 300px;
}

.subtext {
    margin-left: 60px;
    font-size: 10pt;
    font-weight: bold;
    color: #777777;
    margin-top: 105px;    
}

.body_outer {
    font-size: 8pt;
    color: #999999;
    height: 16px;
    margin-top: -18px;
    z-index: 5;
}

.body_outer a {
    text-decoration: none;
    color: #999999;
}

.body_outer_left {
    float: left;
    margin-top: 1px;
    margin-left: 5px;
}

.body_outer_right {
    float: right;
    margin-top: 1px;
    margin-right: 5px;
}

.flags_bottom {
    clear: both;
    width: 300px;
    margin: 0 auto;
}

.flags_bottom {
    filter:alpha(opacity=70);
    opacity: 0.7;
    -moz-opacity:0.7;
}