<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>IP Blocked</title>
<style>
body {
	font-family:Arial, Helvetica, sans-serif;
	background:#666 url(/blockedidbg.jpg) repeat-x top left;
	margin:0 auto;
}	
.content {
	width:700px;
	margin:0 auto;
	padding:0;
	text-align:center;
}
.content h1 {
	color:#fff;
	height:120px;
	line-height:120px;
	margin:0 0 60px 0;
}
.content p {
	font-size:14px;
	font-weight:bold;
	color:#fff;
	margin:0 50px 20px 50px;
}		
</style>
</head>

<body>

<div class="content">
	<h1>Your IP is temporarily blocked</h1>
	<p>Your IP address has generated too many simultaneous connections to the host server and has been automatically blocked for 5 minutes.</p>
	<p>Your IP will be automatically unblocked in 5 minutes.</p>
    
    <img src="/blockedpic.png" border="0" alt="blocked" style="margin:15px 0 0 0;" />
</div>
</body>
</html>
