<!DOCTYPE html>
<html>
    <head>
        <meta charset="utf-8">
        <meta http-equiv="X-UA-Compatible" content="IE=edge">
        <title>Golden Carers</title>
        <meta name="description" content="Golden Carers provides support and inspiration to caregivers working in elder care, leisure & lifestyle co-ordinators and activity professionals. We save you time with wonderful recreation therapy ideas and resources that make your job easier." />
        <meta name="author" content="Golden Carers" />
        <meta name="viewport" content="width=device-width, initial-scale=1">

        <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,700" rel='stylesheet' type='text/css'>

        <link rel="shortcut icon" href="/favicon.ico">

    <style type="text/css">
            body{
                color:#555;
                background: #449AD5;
                width:90%;
                margin:0 5% 0 5%;
                padding:0;
                font-family:'Open Sans', sans-serif;
            }
            .content{
                text-align:center;
                max-width:530px;
                margin:50px auto 0 auto;
                padding:20px;
                background-color:#fff;
                border:3px solid #007AB6;
                -webkit-border-radius: 5px;
                -moz-border-radius: 5px;
                border-radius: 5px;
            }
            a{
                color:#449AD5;
            }
            ul{
                text-align:left;
            }
            h1{
                font-weight:400;
            }
            p{
                font-weight:700;
            }
            #RecaptchaWidget{
                margin:auto;
            }
        </style>
    </head>
    <body >
        <div class="content">
            <img src="/assets/img/maintenance/logo.png" title="Golden Carers Logo">
	
	<h1>Our website is currently undergoing maintenance.</h1>
	<p>We’ll be back in a few hours! Sorry for any inconvenience.</p>

	
   
        </div>

        <script type="text/javascript">
            var _gaq = _gaq || [];
            _gaq.push(['_setAccount', 'UA-2770792-1']);
            _gaq.push(['_trackPageview']);

            (function() {
            var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
            ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
            var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
            })();
        </script>
    </body>
</html>