* {
    margin: 0;
    padding: 0;
}

html {
    width: 100%;
    height: 100%;
}
body {
    background: no-repeat center center #082955;
    font-family: Helvetica Neue, Arial, sans-serif;
    font-size: 16px;
    line-height: 1;
    height: auto;
    min-height: 100%;
    width: 100%;
    position: absolute;
    color: #0b97c4;
}

.search_minor {
    background: url('../img/logo.png') no-repeat center;
    padding-top: 500px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    display:-webkit-box;

    /* Firefox */
    display:-moz-box;
    -moz-box-pack:center;
    -moz-box-align:center;

    /* Safari and Chrome */
    display:-webkit-box;
    -webkit-box-pack:center;
    -webkit-box-align:center;

    /* W3C */
    display:box;
    box-pack:center;
    box-align:center;
}

.search_minor .feedback {
    color: #ffffff;
    text-align: center;
    line-height: 1.3;
}
