html, body {
    width: 480px;
    font-family: 'Courier';
    font-size: 20px;
    -moz-user-select: none; 
    -webkit-user-select: none; 
    -ms-user-select: none;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
}

body {
    margin: 0px 0px 0px 0px;
    padding: 0px 0px 0px 0px;
    overflow: hidden;
}

#fakeImgSplash {
    width: 1px;
    height: 100%;
    vertical-align: middle
}

#splash {
    width: 480px;
    height: 100%;
    text-align: center;
    margin: auto;
}

#abstracto {
    position: absolute;
    top: 50%;
    left: 90px;
    margin-top: -34px;
}
