
	   		<div class="errpage">
		   		<h2>AnyArena will be back.</h2>
		   		<p>Sorry for the inconvenience.<br/>Our website is currently undergoing maintenance.<br/>
				Please check back soon. Thank you</p>
				<style>
					h1{display:none;}
					.errpage{width:50%;
					margin:0 auto;
					text-align:center;
					position:fixed;
				    top: 50%;
				    left: 50%;
				    width:30em;
				    height:18em;
				    margin-top: -9em; /*set to a negative number 1/2 of your height*/
				    margin-left: -15em; /*set to a negative number 1/2 of your width*/
				}
				</style>
			</div>