body{
background:#0085744c;
background: rgb(229,229,229); /* Old browsers */
background: -moz-linear-gradient(left, rgba(229,229,229,1) 0%, rgba(0,0,0,1) 100%);
background: -webkit-linear-gradient(left, rgba(229,229,229,1) 0%,rgba(0,0,0,1) 100%);
background: linear-gradient(to right, rgba(229,229,229,1) 0%,rgba(0,0,0,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e5e5e5', endColorstr='#000000',GradientType=1 );
background-repeat:no-repeat
	position:absolute;
	top:0;
	bottom:0;
	right:0;
	left:0;
font-size:18px;
	}
img {
	display:block;
	max-width:100%;
	height:auto
  -webkit-filter: drop-shadow(5px 5px 5px #222);
  filter: drop-shadow(5px 5px 5px #222);
}
h1 {
  text-align: center;
  color:#000000;
  text-shadow: 2px 2px 8px #ffffff;
}
a {
  color: #000000;
  text-decoration: none;
}
a:hover {
  text-decoration: underline;
}
vrlink{    position:absolute;
    top:0;
    bottom:0;
	right:0;
	left:0;
    margin:auto;
}