body{
	/*background-image: url("../Images/IndexBackground.jpg");*/
	
	
	background-attachment: fixed;
	background-position: bottom;
	background-repeat: no-repeat;
	color: #e2dbc9;
	
}
h1,h2{
	font-family: Helvetica;
	margin-left: 30px;
	color: Black;
}
p{
	font-family: SQ Market;
	border-width: 5px;
	color: black;

	
}
div.imgContainer{
	width:100%;
	overflow:auto;
}
div.imgContainer div{
	width: 49%;
	float:left;
}
div.footerContainer div.divText{
	float:right;
}
.footerText{
	font-size:24px;
	color:white;
	max-height:100px;
	padding-right:20px;
	
}