html, body {
    background-color: #ccc;
}

#doc {     
    position: relative;
    background-color: #ccc;
}

#hd {    
    height: 142px;
    background: transparent url(../images/indexView3HdBackground.jpg) top right no-repeat;
}

#bd {
    background-color: white;
}

#ft {
    position: relative;
    height: 53px;
    background: transparent url(../images/indexView3FtBackground.jpg) top right no-repeat;
}

.page {
    margin: 0 30px 20px 30px;
}


/*---------------*/
/* contactWidget */
/*---------------*/

#contactWidget {  
    /*
    position: absolute;
    bottom: 30px;
    */
    margin-top: 55px;
    text-align: center;
    width: 100%;    
    font-size: 85%;
    color: #000;    
}

#contactWidget a {        
    color: #000;
    text-decoration: none;
}  

#contactWidget a:hover {
    text-decoration: underline;
}

#contactWidget .label3 {
    display: none;
}

#contactWidget .separator3 {
    display: block;
}

#contactWidget .separator3 span {
    display: none;
}

#contactWidget .separator6 {
    display: none;
}

#contactWidget .url {
    display: none;
}


/*-------------*/
/* legalWidget */
/*-------------*/

#legalWidget { 
    /*
    position: absolute;
    bottom: 15px;
    */
    width: 100%;
    text-align: center;    
    font-size: 77%;
    color: #000;    
}

#legalWidget a {
    color: #000;
    text-decoration: none;
}

#legalWidget a:hover {    
    text-decoration: underline;
}
