.container {
    background-image: url(fondo.png);
    background-repeat: no-repeat;
    width: 900px;
    height: 600px;
    margin: 0 auto;
}
.game {
    position: relative;
    top: 110px;
}