body{
	background-image: url(assets/aboutusbackground.png);
	overflow: hidden; /* Hide scrollbars */
}


#move{
	position: absolute;
	top: 25px;
	left: 250px;
	/* margin-left: 300px;
	margin-top: -750px; */
	z-index: 8;

}

#moveheader{
	position: relative;
	top: 36px;
	height: 36px;
	width: 490px;
  	cursor: move;
	z-index: 20;
;
}

#statement{
	position: absolute;
	top: 350px;
	left: 600px;
	/* margin-left: 300px;
	margin-top: -750px; */
	z-index: 7;


}

#statementheader{
	position: relative;
	top: 36px;
	height: 36px;
	width: 490px;
  	cursor: move;
	z-index: 20;
;
}

#tile{
	object-position: 0 0;
	width: 100%;
}

#footer{
	position:absolute;
	left:0px;
    bottom:6px;
	height:3.5%;
	padding: 0px;
    overflow:hiddden;
	z-index: 25;

}
#moveopen{
	position:absolute;
	left:0px;
    bottom:6px;
	height:3.5%;
	padding: 0px;
    overflow:hiddden;
	z-index: 30;
	display: none;

}

#statementopen{
	position:absolute;
	left:0px;
    bottom:6px;
	height:3.5%;
	padding: 0px;
    overflow:hiddden;
	z-index: 30;
	display: none;

}


#vid {
    position: relative;
    left: 40px;
    bottom: 370px;
    height: 100%;
    width: 100%;
}

/*#move img{
	max-width: 50%;
	height: auto;
}

#move map{
	max-width: 50%;
	height: auto;
}*/

@media only screen 
and (orientation: portrait)
{

	html,body{
		background-size: 1000px 500px;
		margin: 0; 
		width: 100%;
		height: 100%; 
		overflow: hidden;
		position: absolute;
		top: 0;
		left: 0;
	}

	#move{
		position: absolute;
		top: 50px;
		left: 50px;
		width: 100%;
		/* margin-left: 300px;
		margin-top: -750px; */
		z-index: 8;
	
	}

	#aboutimg{

		width: 85%;

	
	}

	#statement{
		position: absolute;
		top: 350px;
		left: 20px;
		/* margin-left: 300px;
		margin-top: -750px; */
		z-index: 20;
	
	}

	#statementimg{

		width: 65%;
	
	}

	#vid {
		position: absolute;
		left: 10px;
		bottom: -60px;
		height: 100%;
		width: 100%;
	}

	#vidframe {
		width: 60%;
		height: 60%;
	}

	#footer{
		position:absolute;
		left:0px;
		bottom:10px;
		height:1.5%;
		padding: 0px;
		overflow:hiddden;
		z-index: 25;
	
	}

	#footerimg{
		height: 200%;
	}





	#tile{
		display: none;
	}

	
  }