body {background:#ccc url(/images/front-bg.gif) repeat-x 0 0;}

#c-content {
    font-family: Arial, Helvetica, sans-serif;
    clear:both;
    font-size: 13px;
    overflow:hidden;
    min-width:900px;
    max-width:1300px;
    color:#333;
    margin:0 auto;
    line-height:1.5;
    position:relative;
}

#c-content #feedback,
#c-content #support,
#c-content #invest {
    width:28%;
    float:left;
    vertical-align:top;
    padding:0 20px 20px 20px;
    background-color:#222;
    color:#ccc;
    -moz-border-radius:5px;
    -webkit-border-radius:5px;
    -border-radius:5px;
    cursor:pointer;
    margin-right:4px;
}

#c-content h1 {
    border-bottom:none;
    text-indent:-9999px;
    overflow:hidden;
    height:85px;
    background:url(/images/h-contact.png) no-repeat;
}

#c-content #feedback:active h3,
#c-content #support:active h3,
#c-content #invest:active h3,
#c-content #feedback:active,
#c-content #support:active,
#c-content #invest:active {
    color:#222;
}

#c-content h3 {color:#f33;}
#c-content #feedback h3 {color:#6ff;}
#c-content #support h3 {color:#f6f;}
#c-content #invest h3 {color:#ff6;}
#c-content #feedback:active {background-color:#6ff;}
#c-content #support:active {background-color:#f6f;}
#c-content #invest:active {background-color:#ff6;}
