
/* background images */

html  .page-home{
		width:100%;
		height:100%;
}

body.page-schedule  {	
	background:url('../images/fire5f.jpg') no-repeat center;
	background-size:100% 100%;
	background-attachment: fixed;
}





.schedule-wrapper {
	margin:0 auto;
	margin-top:20px;
	width:1100px;
	background-color:rgba(255,255,255,0.6);
	box-shadow:0 0 30px black;
}

/* primary elements */

header {
	padding:0px 0px;
	text-align:center;	
}
.inside {
	padding:20px 40px;
	text-align:center;
}
header img {
	margin:5px 0px 0px 0px;
	text-align:center;
}





}
