vos tenés esto en tus estilos
Cita: body {
background-image: url('fondos/fondo%20rallas1.jpg');
margin-right: 70px;
margin-left: 70px;
text-align: justify;
font-weight: bold;
top-margin: 70px
}
probá con esto:
Cita: body {
background-image: url('fondos/fondo%20rallas1.jpg');
text-align: justify;
font-weight: bold;
margin: 70px;
}