<!DOCTYPE html>
<html lang="de">

<head>
    <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
    <link rel="SHORTCUT ICON" href="/gfx/favicon.ico">
    <title>sneakerpics.com</title>
    <style>
        * {
            margin: 0;
            padding: 0;
        }

        html,
        body {
            height: 100%;
        }

        body {
            background-color: #e2f0f9;
            margin: 0 auto;
            font-family: Arial, Verdana, sans-serif;
            font-size: 15px;
            text-align: center;
        }

        #wrapper {
            margin: 0 auto;
            clear: left;
        }

        div#content_DE {
            margin: 100px auto 0;
            width: 520px;
            position: relative;
            text-align: left;
        }

        #bg-wrapper {
            background: url("https://www.united-domains.de/images/vorlagen/bg-verkaufen-neu.png") no-repeat;
            height: 410px;
        }

        .topbar {
            display: inline-block;
            background: #b3cd3c;
            width: 100%;
            height: 5px;
        }

        #url {
            box-sizing: border-box;
            padding: 20px 40px;
            width: 100%;
            background: #90a530;
            border-bottom: solid 1px #fff;

            text-align: center;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;

            font-size: 25px;
            font-weight: bold;
            color: #fff;
        }

        .sale-domain {
            padding: 40px 55px 0 125px;
            text-align: center;
            font-size: 32px;
            color: #254362;
        }

        #offer {
            margin-top: 120px;
            padding: 10px 45px;
            font-size: 25px;
            color: #fff;
        }

        #email {
            padding: 10px 45px;
            font-size: 20px;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
        }

        #email a {
            color: #afcee2;
            text-decoration: none;
        }

        #email a:hover {
            text-decoration: underline;
        }

        #privacy-policy {
            padding: 10px 45px;
            font-size: 18px;
            word-wrap: break-word;
            word-break: break-all;
            white-space: normal;
        }

        #privacy-policy a {
            display: inline-block;
            margin-top: 20px;
            color: white;
        }
    </style>
</head>

<body>
<div id="wrapper">
    <div id="content_DE">
        <span class="topbar"></span>
        <div id="url">
            sneakerpics.com
        </div>
        <div id="bg-wrapper">
            <div class="sale-domain">
                This Domain is for sale.
            </div>
            <div id="offer">
                Please send your nonbinding offer to:
            </div>
            <div id="email">
                <a href="mailto:info@sneakerpics.com">info@sneakerpics.com</a>
            </div>
            <div id="privacy-policy">
                <a href="https://united-domains.de/unternehmen/datenschutz/" target="_blank">Privacy Policy ></a>
            </div>
        </div>
    </div>
</div>
</body>

</html>
