<!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" xml:lang="en" lang="en">

<!-- BC_OBNW -->

<head>
	<meta http-equiv="Content-Type" content="text/html;charset=utf-8" />
	<title>Be back soon!</title>
	<style type="text/css">
		html, body {
			height: 100%;
			line-height: 21px;
			margin:0; padding:0;
			font-family: Helvetica, Arial, sans-serif;
			font-size: 14px;
			background: #fff;
			color: #666;
		}	

		 .container {
			display: table;
			height: 100%;
			width: 100%;
		}

		.cell {
		    display: table-cell;
			vertical-align: middle; /* For IE6/7 */
			position: relative;
			top: expression(this.parentNode.clientHeight/2 - this.firstChild.clientHeight/2 + " px");
		}

		.content {
			border: 1px solid #d7d7d7;
			margin: 0 auto;
			width: 522px;
 			padding: 36px;
			-webkit-border-radius: 6px;
			-moz-border-radius: 6px;
		}
		
		h1,h2,h3,h4,h5,h6 {
			color: #000;
			font-weight: normal;
			margin: 0 0 1.5em;
		}
		
		p {
			margin: 0 0 1.5em; 
		}
		
	</style>
</head>
<body>
	<div class="container">
		<div class="cell">
			<div class="content">
				<p>The site you are trying to visit is undergoing a scheduled maintenance. We apologize for the inconvenience and would like to welcome you back at the end of this scheduled downtime. </p>
				<p>The maintenance is scheduled to take place between 10 PM GMT and 6 AM GMT <a href="http://www.timeanddate.com/worldclock/fixedtime.html?msg=Dublin+Migration&iso=20130710T22&ah=8">(Check your local time here)</a>. After this time you will be able to access the site's content. </p>
				<p>Thank you for your patience and hope to see you back soon. </p>
			</div>
		</div>
	</div>
</body>
</html>






