<!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>Este site encontra-se desativado no momento.</title>
<link rel="icon" type="image/png" id="favicon" href="http://www.skyhost.com.br/site/images/favicon.png" />
<style type="text/css">
body{
margin:0;
padding:0;
background-color:#d7d7d7;
font: message-box;
}
#box_msg{
background-color:#ffffff;
border: 1px solid #828282;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
-khtml-border-radius: 10px;
border-radius: 10px;
width:500px;
margin:150px auto;
padding:0 10px
}
#box_msg h1{
border-bottom: 1px solid #d8d8d8;
width:80%;
font-size: 24px;
text-align:center;
margin:40px auto 0 auto;
padding:0;
background-color: #fff;
color: #666666;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.5);
}
#box_msg h3{
border-bottom: 1px solid #d8d8d8;
width:80%;
padding:20px 0;
margin:0 auto 60px auto;
font-size:16px;
color:#333;
font-weight:normal;
text-align:center;
background-color: #fff;
color: #666666;
text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}
</style>
</head>
<body>
<div id="box_msg">
<h1>Aviso!</h1>
<h3>Este site encontra-se desativado no momento.<br />
Por favor, entre em contato com o administrador.</h3>
</div>
</body>
</html>