#box2
		{
		width: 100%;
		background-color: #FFFFFF;
    border: 0px solid red;
    background-image: url('bg.png');
    background-position: center bottom;
    background-repeat: no-repeat;
		}

#claim_box2
    {
    position: absolute;
    top: 100px;
    right: 0px;
    }
    
#claim_box2_text
    {
    width: 300px;
    border: 0px solid red;
    text-align: center;
    font-size: 23px;
    font-style: italic;
    font-family: Titillium Web, sans-serif;
    font-weight: 300;
    line-height: 120%;
    position: absolute;
    top: 135px;
    right: 40px;
    }    
    