
h2 {
margin:0;
padding:0;
}
body {
		background: #07250f;
		position: absolute;
		height: 100%;
		padding: 0% 25% ;
		font-family: "Arial", sans-serif;
	}

#container { 
		background: #196e2f; 
		width: 760px; 
		border: black; 
		margin: 0 auto;
		height: auto;
		position: absolute;

	}
* html #container {
		height: 100%;
}
#head {
		background: #b6b6b6; 
		width: 99,9%; 
		height: 176px; 
		border: 1px solid white;
	}
#menu {
		background: #5cb76b; 
		width: 160px; 
		color: #00480c;
		border: 1px solid white; 
		float: left;
	}
#content {
		background: #a3f0b7; 
		color: #05270b;
		width: 576px; 
		float: right;
		padding: 10px;
		border: 1px solid white;
		text-align: justify;
	}
#foot {
		margin: 80px;
		width: 576px;
		padding: 0 10px 0 20px;

		background-position: bottom;
		height: 80px;
	}

a {
		color: #001d06;
		text-decoration: none;
		text-shadow: 3px 3px 3 px #419553;
		font-weight: 600;
	}	

:hover {
		font-style: italic;
		font-size: 15px;
	}

a:visited {
		color: #00380c;
	}

p {
		margin: 1px;
	}