body,html{
	background: url('background.jpg');
	margin: 0px;
	color: #000;
	min-height: 100%;	
	font-family: 'Georgia';
	font-size: 15px;
}
a { 
	color: #003300;
}

#shadow{
	position:absolute;
	z-index: 2;
	background: url('page.png');
	width: 760px;
	height: 540px;	
	left: 200px;
	top: 20px;
	text-align: center;
	padding: 40px 80px 0px 80px;
}

h1{
	color: #008000;	
	font-size: 40px;
}