/*
 * Override the 5 co-branding image.
 * Need to be copy on the themes folder. 
 */



#index-main
{
    background: url(./index_mid.png) no-repeat;
    vertical-align: top;
    padding: 0px;
    height:451px;
}

#index-header
{
    background: url(./index_up.png) no-repeat;
    vertical-align: top;
    padding: 0px;    
    height:140px;
}

#index-footer
{
    background: url(./index_down.png) no-repeat;vertical-align: middle;
    padding: 0px;
    margin: 0px;
    height: 26px;
    font-weight: bold;
    text-align: center;
    color: white;
}

.x-header-body
{
    background:transparent url(./header.png) no-repeat;
}


.x-footer-body
{
   background:transparent url(./footer.png) no-repeat;
   background-color: #ffffff;
   color: #ffffff;
   font-weight: bold;
   text-align: center;
   padding-top: 8px;
}
