html{

  min-height: 100%;
}
body {
	font-family: Baskerville, "Palatino Linotype", Palatino, "Century Schoolbook L", "Times New Roman", "serif";
	font-size: 25px;
	color: #000000;
	text-align: center;

	background-image: url(images/fireandlightning_background.jpg);
	background-color: #fff;
	background-size: auto 100%;
	background-position: center;
  margin: 0;

  min-height: 100%;
}

div.title{
	width:100%;
	margin:0 auto;
	

}

div.title img{
	width:100%;
}


div.new{
	background: #fff;
	padding:0.5em;
	margin-top:1.5em;
}
iframe{
	position: fixed;
  bottom: 0;
  left: 15%;
}

@media(min-width:900px){
	div.title{
		width:30em;
		margin:0 auto;	
	}
	
	div.new{
		background: #fff;
		padding:0.5em;
		margin-top:2em;
		font-size: 28px;
	}
}

