* {box-sizing: Border-box;}

body {background-color: #eaeaea;
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;}
	
header {background-color: #002171;
	color: #ffffff;
	height: 100px;
	text-align: center;}
	
main {padding: 1px 20px 20px 30px;
		display: block;
		background-color: #ffffff;
		margin-left: 190px;
		overflow: auto;}
		
#wrapper {background-color: #90c7e3;
			margin-left: auto;
			margin-right: auto;
			background-image: linear-gradient (to bottom, #ffffff, #90c7e3);
			background-repeat: no-repeat;
			width: 80%;
			min-width: 960px;
			max-width: 2048px;
			box-shadow: 3px 3px 3px #333333;
			border: 1px soild #000033;}

#board {height: 300px;
			background-image: url(board.png);
			background-size: 150% 100%;
			background-repeat: no-reapeat;
			margin-left: 190px;}

#hill {height: 150px;
			background-image: url(hill.jpg);
			background-size: 100% 100%;
			background-repeat: no-reapeat;
			margin-left: 250px;
			width: 40%}

h2 {color: #1976d2;
	font-family: Georgia, Times-New-Roman, serif;
	text-shadow: 1px 1px 1px #cccccc;}
	
h3 {font-family: Georgia, Times-New-Roman, serif;
	color: #000033;}

footer {background-color: #ffffff;
		font-size: 75%;
		font-style: italic;
		text-align: center;
		font-family: Georgia, Times-New-Roman, serif;
		padding: 2em;
		margin-left: 190px;}