<!DOCTYPE html>
<html>
<head>
<title>Geen webhosting actief</title>
<style>
*, A:link, A:visited, A:hover, A:active {
font-family:arial, helvetica, sans-serif; color: #444c54;}
body { background-color:#EFF5FB;}
h1 { font-size:20px; margin-left:270px; margin-top:40px;}
.centerpage {
position:fixed; top:49%; left:50%; z-index:99991;
width:700px; height:235px;
text-align:center;
vertical-align: middle;
margin-top:-150px; /* half of the width */
margin-left:-350px; /* half of the height */
background-color: white;
//padding-top:20px;
border:1px solid #ddd;
border-bottom-color:#ccc;
box-shadow:0px 2px 0 0 rgba(0,0,0,0.06);
background-image: url("landingpage.jpg");
background-repeat: no-repeat;
background-position: left;
vertical-align: middle;
}
.info { text-align:left; font-size:12px; }
.footer {background-color:#ec7c55; height:10px; width:100%; position: absolute; bottom: 0; right: 0;}
@media screen and (max-width: 650px) {
h1 { margin-left:0px;}
.centerpage {
width:450px; height:235px;
margin-top:-150px; /* half of the width */
margin-left:-225px; /* half of the height */
background-image: none;
}
}
</style>
</head>
<body>
<div class="centerpage">
<h1>Deze domeinnaam is<br>reeds gereserveerd!<br><br>
<span style="font-size:12px;">Er is geen webhostingpakket actief,<br>
neem daarover contact op met je leverancier.</span></h1>
<div class="footer"></div>
</div>
</body>
</html>