thisbaby.html

<html>

<head>
<title>Rock'n'roll bebis</title>
<style>
body {
	background: #dfe4d6;
}
p {
	color: #003344;
	font-size: 1em;
	font-family: sans-serif verdana arial;
	padding: 0;
	margin: 0;
	font-weight: bold;
	text-align: right;
}
h1 {
	text-align: center;
	color: #003344;
	margin: 2px;
	padding: 0;
	font-size: 1.9em;
	font-family: sans-serif verdana arial;
}
.babyimg {
	border: 3px solid #000000;
}
</style>

<body>
<table align="center" height="100%">
	<tr>
		<td>
			<h1>Coming soon, to a world near us</h1>
			<img src="bebis.jpg" class="babyimg" alt="baby image">
			<p>
				Created by &Oslash;ystein and Lisa
			</p>
		</td>
	</tr>
</table>

</body>

</html>