<!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>Aviso!</title>
<style type="text/css">
body {
	background: #111111;
}
* {
	margin: 0;
	padding: 0;
}
div {
	text-align: left;
	padding: 120px 20px 0;
	/* padding: 30px 20px 0 30px; */
	font: bold 14px/20px Arial, Helvetica, sans-serif;
	background: url(http://www.detonahost.com.br/images/bg_aviso.jpg) no-repeat;
	/* background: url(imagens/bg_1.gif) no-repeat; */
	width: 537px;
	height: 257px;
	margin: 120px auto;
	color: #eeeeee;
}
div h3 {
	margin-bottom: 25px;
	font: bold 18px Arial, Helvetica, sans-serif;
}
</style>
</head>
<body>
    <div>
    	<h3>Aviso!</h3>
   		Este site está desativado no momento. <br />

   		Por favor, entre em contato com o administrador.
    </div>
</body>
</html>
