@charset= "utf-8";
  *  {margin:0;}
/*Wrapper*/
 #wrapper {
    width: 100%;
    height: 2000px;
    position: absolute;    
    background-color: #000000;
    z-index: 4;
 }
/*Main Background*/ 
 #Main_Background {
   width: 100%;
   height: 795px;
   background-image: url("Michael-Background-image.jpg");
   z-index: 1;
   position: relative;
 }
/*Footer*/ 
 #footer {
  width: 100%;
  height: 50px;
  bottom: 0px;
  background-color: #000000;
  position: absolute;
  color: #ffffff;
  text-align: center;
}
/*Main Body*/
 #Main_Body {
  width: 750px;
  height: 800px;
  left: 5%;
  top: 45%;
  position: absolute;
  color: #ffffff;
  z-index: 2;
  font-size: 16px;
  font-family: 'Philosopher', sans-serif;
 }
/*Side Banner*/ 
 #Side_Banner {
  width: 300px;
  height: 1100px;
  top: 795px;
  left: 70%;
  background-image: url("Michael-Banner.jpg");
  z-index: 3;
  position: absolute;
 }
/*Navigation*/   
 #nav {
  height: 60px;
  top: 0px;
  left: 0px;
  right: 0px;
  position: fixed;
  background-color: rgba(236,220,220,0.0);
  font-size: 1.5em;
  font-family: 'Boogaloo', cursvive;
  font-weight: bold;
  text-align: center;
  padding: 0px;
  margin: 0px;
  z-index: 3;
 }
 #nav ul {
	 margin-top: 10px;
	}
 #nav li {
	  display: inline;
	}
 #nav a {
  	text-decoration: none;
	}
 #nav a:link {
	  display: inline-block;
	  width: 200px;
	  padding: 3px;
	  color: #000000;
	  border: 3px solid #000000;
	  border-radius: 8px;
	  background-color: #928989;
	  text-shadow: 3px 2px 3px #aaa;
	  margin-left: 40px;
	}
 #nav a:visited {
	  color: #000000;
	}
 #nav a:hover {
	  color: #ff0000;
	}