<!doctype html>
			<html>
			<head>
				<meta charset="UTF-8">
				<title>This domain has been suspended due to non-payment and contract fraud by V J Sales, Inc.</title>
				<link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
				<style>
					html, body, .message {height: 100%;}
					body { margin:0px;padding:0px; }
					.message {
						margin: auto;
						padding: 0px 50px;
						background: rgba(0,0,0,0.5);
						width: 500px;
						color: white;
						text-align: center;
						font-family: 'Open Sans', sans-serif;
						display: table;
					}
					.box {
						padding: 50px;
						display: table-cell;
						vertical-align: middle;
					}
					.logo {
						max-width: 500px;
						padding-bottom: 50px;
						margin-top: -50px;
					}
				</style>
			</head>
			<body>
						<div class="message">
				<div class="box">
										This domain has been suspended due to non-payment and contract fraud by V J Sales, Inc.				</div>
			</div>
			</body>
			</html>