html,body{
    height: 100%;
    padding: 0;
    margin: 0 !important; 
    min-width: 1000px;

}
.target{
	background: url('../img/tarjetas.png')no-repeat;
	position: absolute;
	width: 330px;
	height: 455px;
	right: 635px;
	
}
.text{
	background: url('../img/texto.png')no-repeat;
	position: relative;
	top: 110px;
	width: 900px;
	height: 600px;
	margin: 0 auto;
}
