@charset "UTF-8";

header, main, footer {
    width: 100%;
    display: block;
}

header {
    height: 10%;
}

main {
    height: 80%;
}

footer {
    height: 10%;
}

#yahoo_game_logo {
    width: 100%;
    height: 100%;
    background: url('../images/splash_yahoo_game.png') no-repeat;
    background-size: 35%;
    background-position: 95% 50%;
}

#neos_logo {
    width: 100%;
    height: 100%;
    background: url('../images/neos_logo01.png') no-repeat;
    background-size: 75%;
    background-position: center;
}

#copy_right {
    width: 90%;
    height: 100%;
    margin: 0 auto;
    text-align: center;
}
