Código:
html, body {
height: 100%;
margin: 0 auto;
padding: 0px;
width: 100%;
}
#all {
overflow: hidden;
background-position: center center;
width: 100%;
background: url("http://stalkto.com/resources/images/bg.jpg") no-repeat;
background-size: cover;
}
He añadido eso pero la imagen sigue viéndose igual cortándose :/
Es eso a lo que te referías?