body{
	background-color: gray;
}
	
h1{
  font-family: italic;	
}

button {
  color:blue;
  display: block;
  margin: 0px;
  padding: 7px 35px;
  font: 300 150% langdon;
  background: transparent;
  border: transparent;
  cursor: pointer;
  position:relative;
  margin-top:0%;
  z-index: 0;
  width: 32%;
  text-align: center;
  margin-right: 1%;
  outline: none;
  box-shadow: none;
} 

button:hover {
	color:#00FFFF;
}

button:active {
	
}
  
.button2 {
  color:red;
  display: inline;
  margin: 0px;
  padding: 7px 35px;
  font: 300 150% langdon;
  background: transparent;
  border: transparent;
  cursor: pointer;
  text-align: left;
} 

.button2:hover {
  background: #f7f7f7;
  border: 1px solid #8b8b8b;
}

.button2:active {
  background: #2e2e2e;
  border: 1px solid black;
  color: white;
  }
  
  

  
  
  
  
  
  
img {

  width: 45%;
  height: 35%;

}
div.leftside {
	position:relative;
	float: left;
	width: 33.33%;
	height: 100%;
	z-index: 4;
}
div.middle {
	overflow-y: auto;
	height: 80%;
	background-color: white;
	word-wrap: normal;
	font-size: 150%;
	position:relative;
	float: left;
	width: 30%;
	padding-top: 1%;
	padding-left: 1%;
	padding-right: 1%;
	padding-bottom: 21%;
}
div.rightside {
	position:relative;
	float: left;
	width: 33.33%;
	height: 100%;
	z-index: 4;
}


.container {
  position: relative;
  z-index: 5; 
  width: 45%;
  height: 35%;
  float: left;
  border: 1px;
  padding: 1px;
  margin: 0%;
  padding-left: 2%;
  padding-right: 1%;
}

.bottom-left {
  position: absolute;
  bottom: 2%;
  left: 20%;
  z-index: 5;
  color: #C0C0C0;
  font-family:Palatino;
  font-size: 150%;
}
.bottom-right {
  position: absolute;
  bottom: 2%;
  right: 20%;
  z-index: 5;
  color: #C0C0C0;
  font-family:Palatino;
  font-size: 150%;
}

.top-right {
  position: absolute;
  top: 9.8%;
  right: -6%;
  z-index: 6;
  width: 20%;

}

.top-left {
  position: absolute;
  top: 9.8%;
  left: 6.5%;
  z-index: 6;
  width: 20%;
  
}








.footer {	
   top: 80%;
   overflow-y: auto;
   position: fixed;
   left: 0;
   bottom: 0;
   background-color: gray;
   color: white;
   text-align: center;
   height: 20%;
   width: 100%;
   z-index: 1;
   word-wrap: normal;

}







