<style type="text/css">
* {
	padding:0px;
	margin:0px;
}
h2 {
	margin-bottom:20px;
}
p {
	margin-bottom:10px;
}
ul {
	margin-bottom:10px;
}
li {
	margin-left:20px;
	}
body {
	text-align:center;
	background-image:url(flower.png);
	background-position:left top;
	background-repeat:no-repeat;
	background-attachment:fixed;
	font-family:monotype corsiva;
	font-size:18px;
	margin:0px;
	padding:0px;
	}

div#body {
	background-image:url(body.png); 
	width:1000px;
	height:800px;
	background-repeat:repeat-y;
	margin-top:0px;
	margin-left:auto;
	margin-right:auto;
}
div#content{
	text-align:left;
}
div#nav {
	float:right;
	margin:30px 30px 0px;
	padding-right:10px;
	position:absolute;
	left:60%;
	background-image:url(linkback.png);
	background-repeat:repeat-x;
	background-position:bottom;
	height:40px;
}
div#nav a, div#nav a.visited{
	display:inline;
	margin-left:10px;
	text-decoration:none;
	color:#560104;
	}
div#nav a:hover {
	text-decoration:underline;
	color:#ef9176
}
div#main {
	margin:0px 60px 10px 50px;
	padding-top:30px;
	height:600px;
	float:clear;
}
ul#contact  {
	list-style:none;
	text-align:left;
}
div#camera {
	background-image:url(camera.png);
	background-repeat:no-repeat;
	background-position:top right;
	margin:0px 40px 10px 50px;
	height:70px;
}
div#copyright {
	margin:0px 40px 10px 50px;
	text-align:center;
}
</style>