/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

body, h2, p {
	margin: 0;
	padding: 0;
	
}

body{
	width:100%;
	height:100%;
	background-color: #383B40;
	background-image: url(images/bg.jpg);
 	background-repeat: repeat;

	font: normal 12px "Myriad Pro", Myriad, "DejaVu Sans Condensed","Liberation Sans", "Nimbus Sans L", Tahoma, Geneva, "Helvetica Neue", Helvetica, Arial, sans-serif;

}

#container {
	width:100%;
   height:100%;
   position:relative;
   float:left;

}

#header{
	position:relative;
	float:left;
	width:100%;
	height:10px;
	background-color:black;
	font-size: 13px;
	color:black;
	}
#header p{
	margin-top:21px;
	margin-left:10px;
        
}

#centre{
	width:100%;
	height:600px;
	position:relative;
	float:left;
	margin:auto;
	padding-bottom:50px; 
	
	}
	
#custom-menu{
	position:absolute;
	top:0px;
	right:30px;	
	}

#outerbook{
	position: relative;
	height:100%;
	width:1000px;
	margin:auto;
	}
		
#book {
	position: relative;
	float:left;
	width: 990px;
	height: 495px;
	top:15%;
	margin:0;
	padding:0;
}

#book img{
	margin:0;
	padding:0;
	left:-5px;
	top:-5px;
	z-index:1 !important;
	
	}
	
/*#jp_container_1*/
.jp-audio{
	position:relative;
	z-index: 20 !important;
	left:0px;
	top:-500px;
	width:495px;
	height:100px;
	
	}
	
/*.audio{
	position:relative;
	display:block;
	z-index: 20 !important;
	left:40px;
	top:-35px;
	}*/
	
#footer{
	position:fixed;
	width:100%;
	height:10px;
	bottom:0px;
	background-color: black;
	opacity: 0.8;       /* modern browser */  
    -moz-opacity: 0.8;  /* older Mozilla browser */  
    -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=80)"; /* IE8 in Standard Compliant Mode */  
    filter:alpha(opacity=80); /* IE5.x -7.0 */  
	z-index:100 !important;
	color:white;
	text-decoration:none;
	padding:10px 40% 10px 40%;
	}
	
#footer a{
	margin: 0px 20px 0px 20px;
	color:white;
	text-decoration:none;
	font-size:12px;
	}
	
#eins:after{
	content: "<audio class="audio" controls autobuffer autoplay="autoplay"><source src="sounds/WorstPossibleChoice.mp3" type="audio/mp3" /><source src="sounds/WorstPossibleChoice.ogg" type="audio/ogg" /></audio>";
	display: block;
	width: 400px;
	height: 100px;
	}
