

<!DOCTYPE html>
<html>
<head>
    <meta name="viewport" content="width=device-width, minimum-scale=1.0, maximum-scale=1.0" />
    <title>Woot: Server Error</title>
    <style>
        .announcement {
            border: solid 10px #efc51c;
            font: 14px 'Trebuchet MS', sans-serif;
            position: absolute;
            left: 50%;
            top: 50%;
            width: 410px;
            margin-left: -205px;
            margin-top: -170px;
        }

        @media (max-width: 450px) {
            body {
                margin: 0;
            }

            .announcement {
                left: auto;
                margin: 40px 10px 10px;
                top: auto;
                width: auto;
            }
        }

        @media (min-width: 450px) and (max-height: 450px) {
            .announcement {
                margin-top: 40px;
                top: auto;
            }
        }

        .announcement h1 {
            margin: 0;
            padding: 0;
        }

        .announcement h2 {
            background-color: #333;
            color: #fff;
            margin: 0;
            padding: 20px;
        }

        .announcement p {
            padding: 5px 20px;
        }

        .logo {
            background: transparent url(/sprite.24.png) no-repeat scroll -484px 0;
            display: block;
            height: 26px;
            position: absolute;
            text-align: left;
            text-decoration: none;
            text-indent: -5555px;
            top: -41px;
            width: 157px;
        }

        .logo.deals {
            background-position: -484px -26px;
        }

        .logo.home {
            background-position: -484px -52px;
        }

        .logo.kids {
            background-position: -484px -78px;
        }

        .logo.local {
            background-position: -484px -104px;
        }

        .logo.sellout {
            background-position: -484px -130px;
        }

        .logo.shirt {
            background-position: -484px -156px;
        }

        .logo.wine {
            background-position: -484px -182px;
        }

        .logo.sport {
            background-position: -484px -208px;
        }

        .logo.tech {
            background-position: -484px -234px;
        }

        .logo.electronics {
            background-position: -484px -375px;
            width: 203px;
        }

        .logo.computers {
            background-position: -484px -405px;
            width: 202px;
        }

        .logo.pop {
            /* use Woot's logo for Pop.Woot '*/
            background-position: -484px 0;
        }

        .logo.tools {
            background-position: -484px -287px;
        }

        .logo.accessories {
            background-position: -484px -345px;
            width: 163px;
        }
    </style>
    <script type="text/javascript">
        var _gaq = _gaq || [];
        _gaq.push(
            ['masterTracker._setAccount', 'UA-31798-11'],
            ['masterTracker._setDomainName', 'www.woot.com'],
            ['masterTracker._trackEvent', 'Error', '500', 'page: ' + document.location.pathname + document.location.search + ' ref: ' + document.referrer]
        );
        (function () {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
        })();
    </script>
</head>
<body>
    <div class="announcement">
        <h1><a class="logo www" href="https://www.woot.com">Woot</a></h1>
        <h2>
    yikes, there's been a server error
</h2>
        


<p>Something on our side of things went wrong. The site could be overloaded, or you may have tried something we didn't test.</p>
<p>Your best bet is to try again. If you get this error page consistently, we'd love it if you'd <a href="http://www.woot.com/writeus/">write us</a>, telling us exactly what you did to get the error. With any luck, we'll fix the problem, and it'll work the next time you try.</p>
    </div>
</body>
</html>
