
#sitewrapp {
  	background: url(img/big_header.jpg) 29px 0px #fff;
	background-repeat:no-repeat;
}

    #imageheader {
        color: #fff;
        width:530px; height:260px;	
        font-family: Arial, Helvetica,sans-serif; font-size:14px; font-weight:700; 
        text-align:justify;

        margin-left: 49px;
        padding-top: 110px;
        line-height: 20px; 
    }
    
    #imageheader h3 {
       font-family: Arial, Helvetica,sans-serif; font-size:20px; font-weight:700;  
       margin-bottom: 5px;   
    }
    
    #imageheader p {
       margin: 0px;   
       color: #eee;
    }
        
    #imageheader a {
        margin-top: 12px;
        display:block;
        width:250px; height:48px;	
        background: url(img/cbc_button.gif) 0px 0px;
        margin-left: 0px;
    }
    
    #imageheader a:hover {
        background: url(img/cbc_button.gif) -250px 0px;
    }
