body, a, p {
	margin: 0;
	padding: 0;
}

body {
	background-image: url("images/texture2.jpeg");
	background-size: auto;
	background-position: center;
	background-attachment: fixed;
}

#main {
	display: block;
	margin: 0 auto;
	width: 90%;
	max-width: 1200px;
	text-align: center;
	color: #231f20;
	font-family: sans-serif;
	padding-bottom: 20px;
}

a {
	color: #fe5400;
	text-decoration: none;
}

h1, h2, h3 {
	font-size: 30px;
	text-decoration: underline;
}

h1 {
	color: #fe5400;
}

h2 {
	color: #073e71;
}

h3 {
	color: #234f1e;
}

img {
	width: 100%;
	margin: 20px 0;
	opacity: 0.9;
}

.half {
	width: 40%;
	margin: 20px 4%;
}
