header {
	text-align: center;
	background-color: yellow;
	width: 15%;
	font-family: verdana,sans-serif;
	font-size: 30px
}

img.bg {
    min-height: 100%;
    min-width: 100%;
    width: 100%;
    height: auto;
    position: fixed;
    top: 0;
    left: 0;
}

.info {
	background-color: yellow;
	font-size: 20px;
	display: inline-block;
	border: solid 4px green;
}

#Links {
	font-family: verdana,sans-serif;
	background-color: yellow;
	border: solid 4px green;
	text-align: right;
	display: inline-block;
	vertical-align: top;
	font-size: 20px;
}

h1 {
	font-family: verdana,sans-serif;
	font-size: 80px;
	color: yellow;
	text-align: center;
}

p {
	font-family: verdana,sans-serif;
	font-size: 35px;
	color: yellow;
	text-align: center;
}

img.July {
	display: block;
	max-height: 50%;
	max-width: 50%;
	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 15px;
  	
}

img.Aug {
	display: block;
	max-height: 50%;
	max-width: 50%;
	margin-left: auto;
  	margin-right: auto;
  	margin-bottom: 15px;
  	
}


