
/*OVERWRITE maindiv bgcolor*/
div#main {
    background-color: #810102;
}
html, body {
    background: #810102;
}

/*********************************/


div#content {
    margin: 10px;
/*    width: 100%;*/

}

div#startline {
    clear: both;
    width: 760px;
    text-align: center; 
}

div#starttext {
    color: #ACACAC;
    width: 760px;
    font-weight: bold;
    font-size: 25px;    
    text-align: center;
    letter-spacing: 2px;
}

div#spacer_logo {
    float: left;
    width: 258px;
    height: 216px;
}

div#startlogo {
    margin-top: 30px;
    float: left;
    width: 258px;
    height: 216px;
    background-image:url(cc_start.jpg);
    
    text-align: center;    
}

div#startentersite {
    color: white;
    width: 760px;
    font-weight: bold;
    font-size: 15px;    
    text-align: center;    
    letter-spacing: 8px;
}

a#startentersite {
    color: #ACACAC;
    text-decoration: none;
}

a:hover#startentersite {
    color: #ACACAC;
    text-decoration: none;
}

