html {
		font-family: Tahoma, Arial;
	}
	header {
		padding: 20px 50px 20px 50px;
		height: 300px;
		background-image: url("header.png");
	}
	nav {
		height: 50px;
		background-color: #4B84D2;
		padding: 10px;
		text-align: center;
	}
	body {
		max-width: 1000px;
		margin-left: auto;
		margin-right: auto;
		background-image: url("loop1.png");
		background-attachment: fixed;
	}
	#content {
		padding: 50px;
		background-color: white;
		background-image: url("background.png");
		background-repeat: repeat-x;
		border-right: 1px solid black;
		/*border-bottom: 1px solid black;*/
		border-left: 1px solid black;
	}
	a {
		text-decoration: underline;
	}
	a:hover {
		color: red;
		text-decoration: underline;
	}
footer {
	background-image: url("footer.png");
	background-color: white;
	padding: 20px 50px 20px 50px;
	border-right: 1px solid black;
	border-bottom: 1px solid black;
	border-left: 1px solid black;
}
