html {
	width:			100%;
	height:			100%;
}
body {
	width:			100%;
	height:			100%;
	margin:			0px;
	padding:		0px;
	font-size:		82%;
}
body * {
	font-size:		100%;
	font-family:		verdana,sans-serif;
}

body {
	background-color:	#66cdaa;
}

#main {
	position:		absolute;
	top:			50%;
	left:			0px;
	margin-top:		-100px;
	height:			200px;
	width:			100%;
	background-color:	#000000;
	color:			#cccc99;
}
#main h1 {
	margin:			20px;
	font-size:		120%;
}
#main p {
	margin-top:		0px;
	margin-right:		0px;
	margin-bottom:		5px;
	margin-left:		40px;
	font-size:		120%;
}
#main a {
	text-decoration:	none;
	color:			#cccc99;
}
