<!DOCTYPE html>
<html lang="en">
	<head>
		<title>Wendyjune</title>
		<meta name = "viewport" content = "width = device-width" />
    	<meta name = "viewport" content = "initial-scale = 1.0" />
    	<style>
    	
    	body{
			margin:0;
			padding:0;
			width:100%;
			height:100%;
			background-color:#FDFAFA;
			font-family:"Helvetica Neue",Arial,sans-serif;
			color:#555;
			font-size:12px;
    	}
    	#page{
    	  margin:10px;
    	  padding:20px 40px;
    	  background-color:#fff;
    	  width:400px;
    	}
    	.heart{
	    	color:#999326;
    	}
    	@media all and (max-width: 400px){
		  #page{
			
			width:auto;
		  }
		}
    	</style>
	</head>
	<body>
	  <div id="page">
	  	<img src="/images/logo.png"/>
	    <h1>Wendyjune is off for the holidays</h1>
	    <p>Thank you all so much for your support this year and see you safe and happy in 2013</p>
	    <p><span class="heart">&hearts;</span> Wendy</p>
	  </div>
	</body>
</html>