

<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <title>Batailley.net - Laurent Batailley Photography</title>
        <style type="text/css">
            html {
                margin:0;
                padding:0;
                background: url(images/photos/DSCF4577.jpg) no-repeat center fixed;
                -webkit-background-size: cover; /* pour anciens Chrome et Safari */
                background-size: cover; /* version standardisée */
            }
            .logo {
                position:fixed;
                top:65%;
                left:58%;
                width:396px;
                height:271px;
                margin-left:-198px;
                margin-top:-135px;
                background:url(images/assets/logo.png) no-repeat top left transparent;
                -webkit-background-size: cover; /* pour anciens Chrome et Safari */
                background-size: cover; /* version standardisée */
            }
        </style>
    </head>
<body>
    <div class="logo"></div>

</body>
</html>