/* Default CSS */
/* Generated by the CoffeeCup HTML Editor - www.coffeecup.com */

html, body { 
  height: 100%;
    margin: 0;
    padding: 0;
  background: -webkit-linear-gradient(black, gray); /* For Safari */
  background: -o-linear-gradient(black, gray); /* For Opera 11.1 to 12.0 */
  background: -moz-linear-gradient(black, gray); /* For Firefox 3.6 to 15 */
  background: linear-gradient(black, gray); /* Standard syntax */
 }
 
 /*div {
 display:inline-block;
  } */
 
 
 #header {
   border-bottom-width:thick;
   border-bottom-style:groove;
   border-bottom-color: #5E9292;
   position:relative;
   top:50px;
   background: rgba(10, 15, 25, .1);
   padding: 0.5cm;
     }
 
 ul {
   list-style-type:none;
   margin:0;
   padding:0;
   overflow:hidden;
   
   }

li {
float:left;
}
a:link,a:visited {
display:block;
width:180px;
background-color:#dddddd;
border-radius: 30px;
text-align:center;
color:#000000;
text-decoration:none;

}


a:hover,a:active {
   background-color:#0080C0;
   } 
 
 #tail {
   height:200px;
   text-align:center;
   color:white;
   position:relative;
   margin:auto;
   /*border:20px solid white;
   border-style:ridge;
   border-radius:5px;*/
   font-family:Garamond;
   width:1200px;
   font-size:250%;
   }
 
 .head {
   border-radius:5px;
   border:2px solid white;
   }
 
 p {
   font-size:220%;
  
   }
   
  /*div {
  display:inline-block;
  width:220px;
  height:280px;
  margin:auto;
  position:relative;
   }*/ 
 #main {
 
 margin:auto;
 position:absolute;
 left:10px;
 top:400px;
 
  }
 
 /*#main2 {
 
 margin:auto;
 position:absolute;
 right:10px;
 top:200px;
  }*/
 
 
  
 
 #maintext {
  position:relative;
  margin-left:auto;
  margin-right:auto;
  top:50px;
  font-family:Garamond;
  width:900px;
  
  text-align:left;
  font-size:110%;
  /*background-color:#000000;
  border-radius:5px;
  border:2px solid white;
 }*/
 }
 
 #image {
  position:relative;
  width:141px;
  /*z-index:-1;*/
  border-radius:5px;
  border:2px solid white;
 }
 
