body {
	background:url(../images/bg.jpg);
}

#content{
	width:1400px;
	margin-top:100px;
	align-content:center;
	margin-left:auto;
	margin-right:auto;
	}
	
#izquierda{
        height:421px;
		width:680px;
       	background:url(../images/WebP2.jpg) no-repeat;
        float:left;  
}

#derecha{
        height:421px;
		width:680px;
        background:url(../images/WebP1.jpg) no-repeat;
        float:right;        
}

#btm1{
	margin-top:250px;
	margin-left:-350px;       
}

#btm2{
	margin-top:250px;
	margin-left:350px;       
}