html{
    height: 90%;
    background-color: #366135;
}

body {
	height: 100%;
	width:	80%;
	background-color: #eee; 
	font-family: courier, sans-serif;
	margin: 30px auto auto auto;
	padding: 10px 10px 10px 10px
}

p {
	width: 95%;
	margin: auto;
	font: 14px/1.5 courier, sans-serif;
	/*padding: 20px 20px 20px 80px*/
}

#footer {
	font-size: 12px;
	position: relative;
	bottom: -10px;
}
