header {
	font-size: 220%;
	text-align: left;
	background-color: white;
	border-color:brown;
	border-style:solid;
}

a {
	margin: 1%;
}

li {
	display: inline-block;
	margin-left: 7%;
}

body {
	background-image: url("rlyoldsdtks.jpg");
	background-image-size: 50% 
	background-repeat:no-repeat;
	background-position: center;
	background-attachment:fixed;
}

footer {
	font-size: 100%;
	text-align: center;
	background-color: white;
	border-color:brown;
	border-style:solid;
}

img {

}

.construction {
		background-color: white;
		border-color:brown;
		border-style:solid;
		font-size: 200%;
		text-align: center;
		margin:1%;
}

.event {
		background-color: white;
		border-color:brown;
		border-style:solid;
		font-size: 200%;
		text-align: center;
		margin-left:20%;
		margin-right:20%;
		margin-top:2%;
		margin-bottom:2%;

}