@charset "utf-8";

*
{
    margin   : 0px;
    padding  : 0px;
    box-sizing : border-box;
}

body
{
    background-color : rgb(255,255,255);
    border   : 0px;
}

#pageHome
{
    width    : 100%;
    height   : 100%;
    position : absolute;
    border   : 0px;
}

#imageTopLeft
{
    width    : 50px;
    height   : 50px;
    position : absolute;
    border   : 0px;
}

#imageTopRight
{
    width    : 50px;
    height   : 50px;
    position : absolute;
    border   : 0px;
}

#imageCenter
{
    width    : 250px;
    height   : 250px;
    position : absolute;
    border   : 0px;
}

#imageBottomLeft
{
    width    : 50px;
    height   : 50px;
    position : absolute;
    border   : 0px;
}
