

*
{

    margin  : 0;
    padding : 0;
}


html,
body

{

    overflow   : hidden;
    background : #ffffff;
}


#box
{

    position: absolute;

    top  : 0;
    left : 0;

    width  : 100%;
    height : 100%;
}


#logo
{

    position: absolute;

    top  : 40%;
    left : 40%;

    min-width  : 20%;
    max-width  : 20%;
    min-height : 20%;
    max-height : 20%;
}


