<!DOCTYPE html>
<html>
<head>
    <title>Nuskull Magazin</title>
    <style type="text/css">
        * {
            margin: 0;
            padding: 0;
        }

        body {
            background: url(http://nuskull.hu/nsktemp.jpg) center center no-repeat;
        }

        .wrapper {
            display: block;
            height: 900px;
        }
    </style>
</head>
<body>
    <div class="wrapper"></div>
</body>
</html>