html {
  overflow-y: scroll;
  min-height: 100%; }

body {
  border: 0;
  margin: 0;
  outline: 0;
  padding: 50px;
  z-index: 0;
/*  background-color: #303030; */
background: rgb(78,78,78);
background: -moz-linear-gradient(151deg, rgba(78,78,78,1) 0%, rgba(47,47,47,1) 50%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(151deg, rgba(78,78,78,1) 0%, rgba(47,47,47,1) 50%, rgba(0,0,0,1) 100%);
background: linear-gradient(151deg, rgba(78,78,78,1) 0%, rgba(47,47,47,1) 50%, rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#4e4e4e",endColorstr="#000000",GradientType=1);
  text-align: center;
  font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
  color: #FFFFFF;
  line-height: 2;
  }

h1 {
 font-size: 36px; 
}

a:link, a:visited {
  color: #FFFFFF;
}
a:hover, a:focus, a:active {
    color: #000000; }
    
#img
  {
  font-size: 16px;
  border-collapse: collapse;
  width: 100%
  }
  
img
  { 
  max-width:70%; 
  height:auto;
  }
