/* Global CSS */

* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
    background: #000;
}

body {
    /*background-color:  #1F1B1C;*/
    /* this is supposed to help with chrome */
    width: 100%;
    height: 100%;
    /* -- */
    background:  #000000 url(/images/bg/main_grad.jpg) repeat-x;
    text-align: center;
    padding-top: 25px;
}

.clearFix {
    clear: both;
    height: 1px;
}

.infoBox {
    border: .18em dashed #F79D0B;
    background: #838383;
    color: #FDFF3F;
    margin: 10px;
    padding: 7px;
    font-weight: bold;
}
