/*
This CSS © The State of Queensland (Department of Education, Training and Employment) 2014 developed by Corey Bissell and Khuong Le
*/
body {
	z-index: 10;
	font-family: Arial, Helvetica, sans-serif;
	margin: 0 auto;
	overflow:hidden;
	background-color: #d0d0d0;
	background-repeat: repeat-x;
	background-image: url(../Images/gradient.png);
}
#header {
	z-index: 20;
	width: 960px;
	height: 50px;
	position: relative;
	display: block;
	background-image: url(../Images/titlebar.png);
	background-repeat: no-repeat;
	margin: 0 auto;
}
#downloadPDF {
	z-index: 50;
	height: 23px;
	width: 130px;
	position: relative;
	left: 532px;
	top: 9px;
}
#downloadPDF:hover {
	background-image: url(../Images/downloadhighlight.png);
}
#pageHdr {
	z-index: 10;
	margin: 0 auto;
	display: block;
	height: 50px;
	width: 785px;
}
#content {
	width: 960px;
	margin: 0 auto;
	display: block;
	position: relative;
}
#footer {
	margin: 0 auto;
	width: 430px;
	display: block;
	position: absolute;
	text-align: right;
	font-size: 10px;
	font-weight: bold;
	color: black;
	top: 605px;
	left: 530px;
}
#controls {
	top: -65px;
	width: 960px;
	height: 55px;
	max-height: 55px;
	position: relative;
	display: block;
	text-align: center;
}
#pageBack {
	z-index: 20;
	height: 400px;
	width: 400px;
	position: relative;
	display: none;
	float: left;
	cursor: pointer;
	top: -350px;
}
img#pageBackImg {
	height: 70px;
	width: 70px;
}
#playSound {
	z-index: 20;
	height: 50px;
	width: 50px;
	position: absolute;
	display: inline-block;
	left: 47%;
	top: -5px;
	cursor: pointer;
	
}
img#playSoundImg {
	height: 40px;
	width: 40px;
}
#pageForward {
	z-index: 20;
	height: 400px;
	width: 400px;
	position: relative;
	display: inline-block;
	float: right;
	cursor: pointer;
	top: -350px;
}
img#pageForwardImg {
	height: 70px;
	width: 70px;
}
#pageStart {
	z-index: 20;
	height: 400px;
	width: 400px;
	position: relative;
	display: none;
	float: right;
	cursor: pointer;
	top: -340px;
}
img#pageStartImg {
	height: 40px;
	width: 117px;
}
div.swipe {
	background: none;
}
#startScreen {
	z-index: 100000;
	display: block;
	position: absolute;
	left: 380px;
	top: 200px;
	background: url(../Images/clicktostart.png);
	height: 174px;
	width: 174px;
}
#startScreen:hover {
	cursor: pointer;
}
#blockScreen {
	z-index: 99999;
	display: inline;
	background: url(../Images/block.png);
	position: absolute;
	height: 600px;
	width: 960px;
}
