<html>
<head>
	<meta charset="UTF-8">
	<title>Perheadreview.com</title>
	<style>

		body {
			background-image:url(underconstruction/images/bg.png);
			background-size:cover;
		}

		.container {
			  width:970px; 
			  margin-right: auto;
			  margin-left: auto;
			  padding-left: 15px;
			  padding-right: 15px;
			}
		.sp_img {
			text-align:center;
			margin-top:125px;
		}

	</style>
</head>
<body>
	<div class="container">
		<div class="sp_img"><img src="underconstruction/images/sign.png" alt=""></div> 
	</div>
	
</body>
</html>