<!DOCTYPE html>
<html>
    <head>
        <title></title>
        <meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
        <style type="text/css">
            body {
                font-family: Verdana,sans-serif;
                font-size: 12px;
                background: #d2d2d2;
            }
            .box {
                width: 600px;
                background: url('http://www.unixstorm.org/html4mail/oferta_2.png') #fff -624px bottom no-repeat;
                margin: 15px auto 0px auto;
                padding: 8px;
                border: #a6a6a6 1px solid;	
		text-align: center;
            }
            .logo {
                background: url('http://www.unixstorm.org/html4mail/logo.png') center no-repeat;
                width: 600px;
                height: 70px;
                margin: 10px auto 0px auto;
                padding: 8px;
            }
            
            a {
                color: red;
                text-decoration: none;
            }
            .footer {
                width: 600px;
                margin: 0px auto 0px auto;
                padding: 8px;
                text-align: center;
                font-size: 11px;
                color: #323232;
                
            }
	    strong {
	    	font-size: 19px;
            }
        </style>
	<script type="text/javascript">
		function delayedRedirect() {
			window.location = "http://www.unixstorm.org/"
		}
	</script>
    </head>
    <body onLoad="setTimeout('delayedRedirect()', 10000)">
        <div class="logo"></div>
	<div class="box">
		<br />
		<br />
		<br />
		<br />
		<br /><strong>Podana strona jest aktualnie nieaktywna.</strong><br />
		<br>
		Prosimy spróbować później.
		<br />
		<br />
		<br />
		<br />
		<br />
	</div>

	<div class="footer">
	Domena utrzymywana na serwerach UnixStorm.org.<br />
	WWW: <a href="http://www.unixstorm.org/">www.unixstorm.org</a>, e-mail: <a href="mailto:info@unixstorm.org">info@unixstorm.org</a>
	</div>
    </body>
</html>

