html{
	background: url(images/background.jpg) no-repeat top center fixed;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}/*
html{
	 background: rgb(240,220,220);
}*/
#background {
    position:fixed;
    top:0;
    left:0;
    width:100%;
    height:100%;
    background: url(images/background.jpg) no-repeat top center fixed !important;
    background-size:contain;
	z-index: -100;
}
* {
   margin: 0;
}
a {
  text-decoration: none;
 }
@font-face{
    font-family: Quicksand;
    src:
	url("Quicksand-Regular.otf"),
	url("Quicksand-Regular.eot"),
	url("Quicksand-Regular.woff"); 
	font-weight: normal;
}
h1{
    font-family: Quicksand;
	color: rgb(134,178,217);
}
h2{
    font-family: Quicksand;
	font-size: 100%;
}
.div{
	padding: 15px;
	font-family: Quicksand;
	font-size: 135%;
	background: rgba(240,240,255,0.9);
	margin: 10px;
	display: inline-block;
	width: 570px;
	height: 570px;
	vertical-align:top;
}
.centering{
	margin: 0px;
	position: absolute;
	width: 570px;
	height: 570px;
	display: table;
}
.centering span{
	display: table-cell; 
	vertical-align: middle; 
	text-align: center; 
}
#outer{
	margin: 0 auto; /* center */
	width: 100%;
    text-align: center;
}
#inner{
	margin: 0 auto; /* center */
}
.headerFooter{
	font-family: Quicksand;
	font-size: 140%;
	width: 94%;
	padding: 3%;
	text-align: center;
	background: rgb(220,220,235);
}
.imageFloatLeft {
	margin:10px;
	float:left;
	display:block;
	text-align: center;
	margin-right: 20px;
}
.imageFloatRight {
	margin:0px;
	float:right;
	display:block;
	text-align: center;
	margin-left: 20px;
}
.imageCenter{
	margin:10px;
	margin: 0 auto; /* center */
	text-align: center;
	clear: both;
}
/* retired fluid video width css. See below for new code.
.auto-resizable-iframe {
	max-width: 100%;
	margin: 0px auto;
}
.auto-resizable-iframe > div {
  position: relative;
  padding-bottom: 75%;
  height: 0px;
}
.auto-resizable-iframe iframe {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
*/
.video-container {
	position: relative;
	/*padding-bottom: 56.25%;*/
	padding-bottom: 100%;
	height: 0;
	overflow: hidden;
}

.video-container iframe,  
.video-container object,  
.video-container embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.subTitleStyle{
	font-size: 90%;
	color: rgb(100,100,100);
	float: center;
	display: block;
}
.subTitleStyle span{
	font-size: 90%;
	color: rgb(100,100,100);
	float: center;
	display: block;
}
.donate {
	width: 222px;
	height:70px;
	display:block;
	margin: 0 auto; /* center */
	background:transparent url('images/Donate.png') center top no-repeat;
	background-size: contain;
}
.donate:hover {
	background-image: url('images/Donate.png');
}
