vertical-align: baseline;
}
a {text-decoration:none;}
ul {list-style-type: none;}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* formatting */
body {font-family: "Courier New";color:black;font-size: 12px;}
#content {width: 500px;margin: 40px auto ;}

h1 {font-weight:bold;}
h1 {font-size:24px;}
p {margin: 20px 5px;}
img {margin: 0px 15px;float: left;}
</style>
</head>
<body>
<div id="content">
<h1>Under Construction</h1>
<p><img alt="" src="<?php 
echo \Pvik\Core\Path::RelativePath('~/images/under-construction.jpg');
?>
" />Sorry, but this page is currently unavailable during a normal update proccess. Please try it in a few minutes again. You can contact me via my email address: admin@website.com. Feel free to ask anything.</p>
</div>
</body>
</html>