html, body {
	height: 100%;
}

body {
	margin: 0;
	font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
	text-align: justify;
	background-color: black;
}

#pano-top {
	background: url(../media/images/metaning_pano1.jpg) center center no-repeat;
	background-size: cover;
	position: fixed;
	top: 0;
	right: 0;
	left: 0;
	height: 200px;
}

#pano-bottom {
	background: url(../media/images/metaning_pano2.jpg) center center no-repeat;
	background-size: cover;
	height: 200px;
	position: fixed;
	bottom: 0;
	right: 0;
	left: 0;
}

#content {
	position: absolute;
	top: 0;
	bottom: 200px;
	left: 0;
	right: 0;
	overflow: auto;
}

#nav {
	position: absolute;
	top: 0;
	height: 200px;
	font-size: 1.8em;
	text-align: center;
	
	font-weight: bold;
	color: rgba(255, 255, 255, 0.37);
	letter-spacing: 2px;
	width: 100%;
	text-transform: uppercase;
}

#nav a:link , #nav a:visited , #nav a:hover , #nav a:active {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.37);
}

#nav a:hover {
	text-decoration: none;
	color: rgba(255, 255, 255, 0.7);
}


#nav td {
	/*width: 25%;*/
	vertical-align: bottom;
}

/* big the metaning banner window */

#title {
	background: 
	
				url(../media/images/title.jpg),
				url(../media/images/the.png), /* the white for the the */
				url(../media/images/background.jpg); /* necessary to make the darken mode work */
				
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y:center;			
	background-blend-mode: darken, screen, multiply;
	background-size: contain, contain, cover;
	opacity:  0.6;
	
	
	position: absolute;
	top: 200px;
	bottom: 200px;
	right: 0;
	left: 0;
	z-index: 5;
}

/* makes the snake work */

#bgandsnake {
	background-image:
					url(../media/images/snake4.jpg),
					url(../media/images/background.jpg); /* necessary to make the darken mode work */
					
	
	background-blend-mode: darken, normal;
	background-size: contain, cover;
	opacity: 0.5;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y:center;
	position: absolute;
	top: 200px;
	bottom: 200px;
	left: 0;
	right: 0;
	z-index: 2;
}

#background {
	background-image: url(../media/images/background.jpg); /* overall background */
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: center;
	background-position-y:center;
	position: absolute;
	top: 200px;
	bottom: 200px;
	left: 0;
	right: 0;
	z-index: 1;
}


section {
		
	z-index: 3;
	color: black;
	top: 200px;
	position: absolute;
	text-align: justify;
	bottom: 200px;
	right: 0;
	left: 0;
	overflow: auto;
	vertical-align: middle;
}

section p, .centre td {
	margin-right: 10%;
	margin-left: 10%;
	text-shadow: 0 0 4px #b1b1b1;
	color: #575757;
}

section p {
	line-height: 150%;
}

section a:link , section a:visited , section a:hover , section a:active {
	text-decoration: none;
	color: #d35316;
}

.centered {
	text-align: center;
}

.floatleft {
	float: left;
}

/* screenshots section */



#book img {
	border-radius: 0;
	-moz-box-shadow: 0 2px 5px rgba(0, 0, 0, 0.39);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.39);
	margin: 10px;
}

img.double {
	height: 180px;
	width: 240px;
	white-space: nowrap;
	margin-bottom: 60px;
}

img.single {
	height: 240px;
	width: 180px;
	white-space: nowrap;
}

table.fuck-the-w3 {
	width: 100%;
	height: 100%;
}

.valign-just-works {
	vertical-align: middle;
}

img.icon {
	height: 200px;
	width: auto;
	padding-right: 5px;
	padding-left: 5px;
}



p.panoicon {
	text-align: center;
	float: left;
	background-color: yellow;
	margin-right: 0;
}

p.imageicon {
	text-align: center;
	float: right;
	background-color: orange;
	margin-left: 0;
}

.hidden {
	display: none;
}

table.centre {
	margin-right: auto;
	margin-left: auto;
}

.centre td {
	text-align: center;
}

td.caption {
	opacity: 0.8;
	padding-right: 5px;
	padding-left: 5px;
}