<!DOCTYPE html>
<html>
<title>CozyCot - Brings You The Next Beauty Destination</title>
<head>
<meta charset="UTF-8">
<meta name="description" content="CozyCot is a social networking website for women from East Asia and Southeast Asia.">
<meta name="keywords" content="women,social,network,cozycot">
<style>

html 
{ 
	background: url("https://s3-ap-southeast-1.amazonaws.com/img.cozycot.com/cozycotbanner.jpg") no-repeat center center fixed; 
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}

html, body, #wrapper {
   height:100%;
   width: 100%;
   margin: 0;
   padding: 0;
   border: 0;
}
#wrapper td {
   vertical-align: middle;
   text-align: center;
}
</style>
</head>
<body>
   <table id="wrapper">
      <tr>
         <td><img style="max-width:100%;" src="https://s3-ap-southeast-1.amazonaws.com/img.cozycot.com/cozycotlogo.png" alt="CozyCot" title="We'll be back soon!"/></td>
      </tr>
   </table>
</body>
</html>


