<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">

<html xmlns="http://www.w3.org/1999/xhtml">

<head>
<meta http-equiv="content-type" content="text/html; charset=UTF-8" />
<title>DOWNTIME NOTICE</title>
<style type="text/css" media="screen">
@import "general.css"; /* Mostly just text styling. */

body {
	margin:50px 0px; padding:0px; /* Need to set body margin and padding to get consistency between browsers. */
	text-align:center; /* Hack for IE5/Win */
	}
	
#Content {
	width:500px;
	margin:0px auto; /* Right and left margin widths set to "auto" */
	text-align:left; /* Counteract to IE5/Win Hack */
	padding:15px;
	border:1px solid #000000;
	background-color:#a0a0a0;
	color: white;
	font-family: Arial, Helvetica, sans-serif;
	}
</style>
</head>

<body>

<div id="Content">
        <img src="http://www.unitn.it/sites/www.unitn.it/themes/unitn_theme/images/logo_unitn_it.png">
	<h1>Interruzione programmata</h1>
	<p>Il servizio da lei cercato è al momento irraggiungibile a causa del trasferimento programmato del nostro data center.</p>
	<p>Torneremo online al più presto possibile. Grazie per la sua pazienza!</p>
        <br/>
        <h1>Scheduled downtime</h1>
        <p>The service you are looking for is currently unavailable due to a planned relocation of our data center.</p>
        <p>We'll be back up and running as soon as possible. Thanks for your patience!</p>
</div>


<!-- BlueRobot was here. -->

</body>
</html>
