body {
  color: white;
  background-color: #E6E6FA;
  
}

#wrapper {
	position: relative;
	background-color: #6a93b0;
	width: 900px;
	margin: auto;
}


#heading {
  position: absolute;
  width: 125px;
  top: 60px;
  right: 375	px;
  background-color: #6a93b0;
  border-width: 2px;
  border-color: #283635;
  border-style: solid;

}

#aside {
  position: absolute;
  top: 85px;
  width: 125px;
  height:270px;
  background-color: #6ca3a2;
  border-width: 2px;
  border-color: #283635;
  border-style: solid;
}
#main {
  position: absolute;
  top: 60px;
  right: 230px;
  width: 500px;
  height: 185px;
  background-color: #7b8e9b;
  border-width: 2px;
  border-color: #283635;
  border-style: solid;
  color:white;
  padding-left: 20px;
 
 }
 

#footer {
  position: absolute;
  top:  200px;
  width: 250px;
  left: 15 px;
  background-color:#7976a7;
  border-width: 2px;
  border-color: black;
  border-style: solid;
  color:black; }


#picture {
  position: absolute;
  width: 10%;
  left:85%;
  bottom: 10%;
  
  }