body {
	background-image: url(img/tenor.gif);
	font-family: Helvetica, Arial, sans-serif;
}

a {
	text-decoration: none;
	color: red;
}

h1, h2, h3 {
	margin: 0;
}

#container {
	background-color: #F7E04B;
	width: 800px;
	margin-left: auto;
	margin-right: auto;
}

#header {
	background-image: url(img/background.jpg);
	color: white;
	text-align: center;
	padding: 10px;
}

#content {
	padding: 10px;
}

#nav {
	width: 180px;
	float: left;
	position: fixed;
}

#nav .selected {
	font-weight: bold;
} 

#nav ul {
	list-style-type: none;
	padding: 0;
}

#main {
	width: 600px;
	float: right;
}

.image {
	background-size: cover;
	background-position: center;
	height: 200px;
	position: center;
}

.image2 {
	background-size: cover;
	background-position: center;
	height: 200px;
	position: center;
	padding-top: 40px;
}

#footer {
	clear: both;
	padding: 10px;
	background-color: #999999;
	color: white;
	text-align: right;
}