div#wrapper {
	color: black;
	background-color: white;
	width: 720px;
	margin-top: 10px;
	margin-right: auto; 
	margin-bottom: 10px;
	margin-left: auto;
	height: 1050px;
  
	background-color: #00BD39    
}



#header {
	background-color: #38E05D;
    width: 720px;
    height: 125px;
	text-align: center;

}
h1 { font-size: 300%; }

#footer { color: black;
	background-color: white;
	width: 720px;
	margin-top: 10px;
	margin-right: auto; 
	margin-bottom: 10px;
margin-left: auto; 
background-color: green;

text-align: center;

}

body {
  background-color: white;
  
}
a { text-decoration: none; }

article {
	
	padding-left: 200px;
}