<!doctype html>
<html>
<head>
	<title>Sovereign Healthcare :: Maintenance</title>

	<meta charset="UTF-8" />

    <meta name="viewport" content="format-detection=no,initial-scale=1.0,maximum-scale=1.0,user-scalable=0,width=device-width" />
    <meta name="format-detection" content="telephone=no" />
	
	<script src="https://use.typekit.net/elc0phc.js"></script>
	<script>try{Typekit.load({ async: true });}catch(e){}</script>

	<style>
		#logo { 
			background-image: url('/wp-content/themes/sovereign/src/images/sovereign-health-care.svg');
			background-repeat: no-repeat;
			display: block;
			margin: 50px auto;
			height: 64px;
			text-indent: -9999px;
			width: 230px;
		}
		p {
			max-width: 600px;
			margin: 0 auto;
			text-align: center;
			font-size: 1.125em;
			line-height: 1.5em;
		}
	</style>

</head>
<body>

<h1 id="logo">Sovereign Healthcare</h1>

<p>Sovereign Health Care is currently undertaking planned maintenance work on this site - we apologise for any inconvenience caused. If you wish to speak to a member of our team, please call us between 9am and 5pm on 01274 841130</p>

</body>
</html>