/* indentifying the co2 source css
author: Alexander Shmakov
july 11, 2016*/

h1#title {
	text-align: center;
	font-family: tahoma;
	font-size: 20px;
	font-size: 3.8em;
	color: white;
	text-shadow: 3px 3px black;
}

div#window {

	background-repeat: no-repeat;
	background-image: url("../../images/FLM_Image_19.png");
	
	/*makes the image fill the whole div*/
	background-size: 100%;
}

/*########################################################*/

div#leftContent {
	display: inline-block;
}

img#home {
	position: absolute;
	height: 6%;
	z-index: 10;
}

div#leftContent img#left_img {
	position: absolute;
	margin-top: -1%;
	height: 100%;
	width: 30%;
}

/*############ image and back to home button  #############*/

div#rightContent {
	margin-left: 35%;
}

p.pageNum {
	position: absolute;
	margin-top: 60%;
	margin-left: 60%;
	/*text-align: center;*/
	font-size: 1.5em;
}

p {
	position: absolute;
	margin-top: 5%;
	font-family: tahoma;
	font-size: 20px;
	font-size: 2.6em;
}

/*###################  button  #############################*/

img#next {
	position: absolute;
	margin-left: 95%;
	margin-top: 58%;
	height: 5%;
}

img#back {
	position: absolute;
	margin-left: 1%;
	margin-top: 69%;
	height: 5%;
}