html, body {
padding: 0;
margin: 0;
height: 100%;
}
html {
background: black url("img/back.png") no-repeat center;
background-size: 100% 100%;
}
body {
background: url("img/front.jpg") no-repeat center;
background-size: 100% auto;
}
div#nino-title {
height: 100%;
width: 100%;
max-width: 750px;
margin: 0 auto;
background: url("img/title-done.png") no-repeat center;
background-size: 100% auto;
vertical-align: middle;
}
div#nino-title a {
height: 100%;
width: 100%;
display: block;
}
div#nino-title span {
display: none;
}