
div {
  background-color: #d6efc7;
  padding: 10px;			
  border: 1px solid black;
  margin: 5px;
}

#wrapper {
	background-color: #96bb7c;
	position: relative;
	width: 66%;
	margin: auto;
	height: 1050px;
	
	
}
#container {
  top: 3%;
  background-color: #184d47;
}

#aside {
  position: absolute;
  top: 16%;
  left: 10%;
  width: 20%;
  height: 65%;
  background-color: #34eb8c;
  border-width: 3px;
  border-color: #3489eb;
  border-style: solid;
}

#heading {
  position: absolute;
  top: 10%;
  left: 8%;
  width: 76%;
  background-color: #34e1eb;
  border-width: 5px;
  border-color: #3489eb;
  border-style: solid blue;
}


#main {
  position: absolute;
  top: 16%;
  left: 34% ;
  width: 50%;
  height: 65%;
  background-color: #9c34eb;
  border-width: 4px;
  border-color: #3489eb;
  border-style: solid;
  
