<!DOCTYPE html>
<html>
<head>
<title>Title of the document</title>
<style>
body {
background: #ccc url("/build/images/w3docs-logo-black.png") repeat-y;
background-attachment: fixed;
background-position-x: 30px;
}
</style>
</head>
<body>
</body>
</html>