<!DOCTYPE html>
<html>
    <head>
        <title>Liceu de Maquiagem</title>
        <style type="text/css">
            html {
                height: 100%;
            }
            body {
                background-color: #EAE8E8;
                height: 100%;
                margin: 0px;
                padding: 0px;
            }
            #main-wrapper {
                width: 100%;
                height: 100%;
                background-image: url('./logo-liceu-232x14.png');
                background-repeat: no-repeat;
                background-position: center center;
            }
        </style>
    </head>
    <body>
        <div id="main-wrapper"></div>
    </body>
</html>
