.img {
  background-image: url("/img/bg.gif");
  background-size: cover;
  background-position: center;
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px; }

#fourohfour {
  width: 100%;
  height: 100%;
  color: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;}

  #fourohfour .text {
    background-image: radial-gradient(50% 50%, ellipse closest-corner, rgba(0, 0, 0, 0) 1%, #000000 100%);
    width: 100%;
    height: 100%;
    text-align: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

#fourohfour .text h1 {
	  color:#042A3B;
      font-size: 40px;
      padding-top: 470px;
      background-image: url("/img/info.png");
      background-repeat: no-repeat;
      background-position: center 320px; 
	  text-shadow: 3px 3px 3px  #777777;

	-webkit-text-stroke: 1px black;
    
       
	font-family: Capriola;	
}