body	{
	background-color: #000000;
	background-image: url("bg_rock.jpg");
	background-repeat: no-repeat;
	background-attachment: fixed;
	background-position: 50% 0%;
	margin-top: 80px;
	margin-right: 80px;
	margin-left: 80px;
	margin-bottom: 40px;
	}
h1 	{
	color: #ffffff;
	background-image: url("header.jpg");
	padding: 0px 0px 0px 0px;
	border-width: thick;
	border-style: inset;
	border-color: #666666;
	margin-top: 60px;
	margin-right: 10px;
	margin-left: 80px;
	margin-bottom: 10px;
	}
h2 	{
	color: #000000;
	background-color: #ffffff;
	padding: 5px 5px 5px 5px;
	font-family: Papyrus, Trebuchet MS, Arial, sans-serif;
	font-style: italic;
	font-size: 95%;
	}
h3 	{
	color: #000000;
	font-family: Papyrus, Trebuchet MS, Arial, sans-serif;
	font-weight: normal;
	font-size: 80%;
	}	
p	{
	color: #EE82EE;
	text-indent: 30px;
	text-align: justify;
	font-family: Papyrus, Trebuchet MS, Arial, sans-serif;
	margin-top: 10px;
	margin-right: 30px;
	margin-left: 30px;
	margin-bottom: 10px;
	}
th	{
	text-align: center;
	}
td	{
	text-align: left;
	}
a:link	{
	color: #AA2244;

	}
a:visited {
	color: #AA2244;

	}
a:active {
	color: #EE82EE;

	}
a:hover	{
	color: #EE82EE;

	}
div.box {
	height: 500px;
	width: 200px;
	border: 1px solid black;
	background: orange;
	}
#bg-rock {
	position: absolute;
	left: 100px;
	bottom: 100px;
	z-index:1;
	}
#bg-rock {
	position: absolute;
	left: 115px;
	bottom: 115px;
	z-index:2;
	}