 @media only screen and (min-width: 1950px) {

	body {
	  background-image: url(underwater_small.png);

	}

 }

 @media (max-width: 1949px) {

	body {
	  background-image: url(UNDERW2.jpg);

	}

 }
 
	body {

	  background-color: #0099cc;		
	  /* overflow: auto; */
	  margin: 0;
	  font-size: 14px;
	  font-family:'Verdana';
	  font-style: italic; 
	  letter-spacing: 0.05em;
	  background-size: cover;
	  background-repeat: no-repeat;
	  background-attachment: fixed;
	}
 
 
	   video {
		max-width: 100%;
		height: auto;
	  }

	  iframe,
	  embed,
	  object {
		max-width: 100%;
		
	  }

 	  .container {
		width: 800px;
		max-width: 800px;
		padding: 2%;
		position:absolute;
		left:200px;
		margin:45px;

	  }

  
	  .unsupported {
		background: #fddfde;
	  }
	  
		  
	#header {
	  position: absolute;	
	  top: 590px;
	  left: 200px;
	  width: 1000px;
	  z-index: 100;
	  display: block;
	  font-size: 36px;
	  font-weight: 300;
	  text-shadow: 0 2px 2px #000;

	}

	.back {
	  position: fixed;	
	  top: -20px;
	  left: 5px;
	  margin:50px;
	  z-index: 100;
	  display: block;
	  font-size: 26px;
	  font-weight: 300;
	  text-shadow: 0 2px 2px #000;
	  
	  padding: 12px;
	  box-shadow: inset 1px 3px 5px -3px rgba(0,0,0,.5);
	}

	.press {
			padding: 50px;
			width: 920px;
			height: 420px;
			display: block;
			cursor: pointer;
			-moz-box-shadow: -1px -1px 1px #ccc inset, 5px 5px 8px #898989;
			-webkit-box-shadow: -1px -1px 1px #ccc inset, 5px 5px 8px #898989;
			box-shadow: -1px -1px 1px #ccc inset, 5px 5px 8px #898989; 
			background-color:#fff; 
			opacity: 0.9;
			-webkit-transition: width 0.4s ease-in-out;
			transition: width 0.4s ease-in-out;
	}

	.press:hover { height: 420px; width: 1000px; }


	


	a:link, a:visited {
	  color: cornflowerblue;
	  text-decoration: none;
	 
	  
	}

	a:hover {
	  color: lightgrey;
	  -webkit-transition: 0.4s ease-in-out;
	  transition: 0.4s ease-in-out;
	}


	.license {
	  position: fixed; 
	  left: -215px;
	  bottom: 250px;
	  -webkit-transform: rotate(-90deg);
	  -ms-transform: rotate(-90deg);
	  transform: rotate(-90deg);
				  
	  width: 480px;
	  font-size: 12px;
	}