<html>

<head>

<style type="text/css">

html	{
	margin: 0;
	border: 0;
	padding: 0;
	font-family: Play, sans-serif;
	font-size: medium;
	text-align: center;
	background: #333 url(holding_images/body_bg.jpg) top center repeat;
	background-attachment: fixed;
	color: #666;
	}

body	{
	margin: 0;
	border: 0;
	padding: 10px;
	font-family: Play, sans-serif;
	font-size: medium;
	text-align: center;
	background: #333 url(holding_images/body_bg.jpg) top center repeat;
	background-attachment: fixed;
	color: #333;
	}

h1	{
	font-size: 175%;
	}

a	{
	text-decoration: underline;
	color: #333;
	}

a:hover	{
	text-decoration: none;
	}

img	{
	margin: 0;
	border: 5px solid #fff;
	width: 300px;
	}

div#webpage	{
	margin: 330px 0 0 30px;
	border: 10px solid #fff;
	border-radius: 30px;
	padding: 0 10px;
	width: 700px;
	background: rgba(255,255,255,0.75);
	}

</style>

</head>

</html>