@import url("./whitespace-reset.css");

body{ 
    font-size: 14px;
    font-family: 'Droid Sans', serif;
    /*color: #757584;*/
    color: rgb(155, 164, 172);
    background: transparent url('../../images/random_grey_variations.png') 0 0 repeat; }

#name { 
    font-family: 'Fjalla One';
    font-size: 34px; }

#cnt_bar, #cnt_bar_bottom { 
    width: 960px;
    margin: 0 auto;
    padding: 5px 10px;
    text-align: center;
    font-size: 12px;
    color: rgb(255,255,255);
    background: rgba(0,0,0,.3);
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    letter-spacing: 1px;
    font-weight: 300;
    font-family: 'Roboto Condensed', sans-serif; }
    #cnt_bar_bottom { 
        position: fixed;
        bottom: 0;
        border-bottom-right-radius: 0;
        border-bottom-left-radius: 0;
        border-top-right-radius: 10px;
        border-top-left-radius: 10px; }

#cnt_info { 
    position: absolute;
    padding: 0 50px;
    border-radius: 10px;
    border: 5px solid rgb(155, 164, 172);
    background: rgba(255,255,255,.1); }
#cnt_info li { 
    float: left;
    padding: 32px 0 13px 40px;
    margin: 0 0 0 40px;
    border-left: 1px solid rgb(155, 164, 172); }
    #cnt_info li:first-child { 
        padding-top: 20px;
        padding-left: 0;
        margin-left: 0;
        border: none; }
