html 
{
    height:100%;
    margin-bottom: 0px;
}

body 
{
    background-color:#fff;
    height: 100%;
    margin: 0px 0px 0px 0px;
}
  
.container 
{
    background-image: url('../../img/lp/sfondo.png');
    background-repeat: repeat-x;
    height: 677px;  
    text-align: center; 
}

#corpo 
{   
    position: relative;
    top: 110px;
    width: 100%;
    height: 350px;
    text-align: center;        
}

#payoff 
{
    position: relative;
    top: 130px;
}

#lc 
{
    position: relative;
    top: 30px; 
	left: -30px;  
}
    
#ll
{
    position: relative;
    left: 80px;
    top: 30px;
}
    
#bc 
{
    position: relative;
    top: 40px;
    left: -152px;
    border: none;
}
    
#bl 
{
    position: relative;
    top: 40px;
    left: 198px;
    border: none;
}