/* how to date css
author: Alexander Shmakov
july 11, 2016*/

h1#title {
	text-align: center;
	font-family: tahoma;
	font-size: 20px;
	font-size: 5em;
	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 {
	/*position: absolute;*/
	margin-left: 35%;
}

/*#################################*/
p {
	font-family: tahoma;
	font-size: 16px;
	font-size: 2.5em;
}

/*remove link underline and round edges*/
a {
	text-decoration: none;
	border-radius: 25px;
}

/*button image*/
ul#menu img {
	vertical-align: middle;
	width: 5%;
}

ul li {
	list-style-type: none;
}

p.pageNum {
	text-align: center;
	font-size: 1.5em;
}

/*###################  buttons  ##########################*/

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

img#infoButton {
	position: absolute;
	/*margin-top: -2%;*/
	margin-left: 90%;
	height: 15%;
}

/*############### more info ###############################*/

img#moreInfoImg {
	position: absolute;
	margin-left: 30%;
	margin-top: -45%;
}

img#moreInfoImg2 {
	position: absolute;
	margin-left: 30%;
	margin-top: -45%;
}