<!DOCTYPE html>
<html lang="en"><head><meta http-equiv="Content-Type" content="text/html; charset=windows-1252">
<title>Expert advice and support for small businesses | Enterprise Nation</title>
<meta name="description" content="Enterprise Nation is building a network of trusted business support. Find advisers, learn from in-depth content and go to local events.">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<style>
  * {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
html,
body {
  width: 100%;
  height: 100%;
  background-color: #F3F2ED;
}
#outer {
  
}
.stripe{
    background-color: rgb(248, 247, 242);
   position: absolute;
   transform: translateY(-50%);
   top: 50%;
   width: 100%;
}

#container{
    max-width: 800px;
    margin: 0 auto;
    padding: 50px 20px;
}
  h1, h2, h3, h4, .h1, .h2, .h3, .h4 {
  font-family: interface, Arial, Helvetica, sans-serif;
  /* Bold */
  font-weight: 700;
  font-style: normal;
  letter-spacing: 0;
  display: block;
    color: #414142;
}

h1, .h1 {
  font-size: 2.75em;
  margin-bottom: 0.2em; }
  h4{
      font-family: 'Open Sans', Verdana, Geneva, sans-serif;
      font-weight: 400;
      font-size: 1.1em;
  }
  .block{
      float: left;
  }
  .left-block{
      width: 40%;
  }
  .right-block{
      width: 60%;
  }
  .clear{
      clear: both;
  }
  @media (max-width: 720px){
    .block{
        float: none;
        width: 100%;
        text-align: center;
    }
    .left-block{
        margin-bottom: 40px;
    }
  }
  @media (max-width: 450px){
      h1{
        font-size: 2em;
      }
  }
</style>

</head>
<body translate="no">
<div id="outer">
<div class="stripe">
  <div id="container">
    <div class="block left-block">
        <img src="https://enterprisenation.blob.core.windows.net/enterprisenation/8fb0931faacbe811a967002248072abd/EN%20Logo%20Small.png">
    </div>
    <div class="block right-block">
        <h1>Site maintenance</h1>
        <h4>We are making some important changes right now, please check back shortly. Apologies for any inconvenience that this might cause.</h4>
    </div>
    <div class="clear"></div>
  </div>
</div>
</div>

</body></html>