@charset "UTF-8";
/* CSS Document */

html			{
	margin:0;
	padding:0;
	min-height: 100%;
	font-family:Arial, Helvetica, sans-serif;
}



body			{
	padding:0;
	margin-left:auto;
	margin-right:auto;
	width:800px;
	overflow:auto;
	height:500px;
	background-color:#284835;
	margin-top:100px;
}


#Contact		{
	display:block;
	position:absolute;
	width:200px;
	height:200px;
	margin-left:400px;
	top:500px;
}


#Contact p			{
	color:#eb7907;
}


h1				{
	font-size:150%;
	font-weight:400;
	color:#20ab6b;
}



p, ul				{
	font-size:100%;
	color:#20ab6b;
	margin-top:-1em;

}


