@charset "utf-8";
body {
	background-image: url("images/newt.jpg");
	background-repeat: no-repeat;
	background-position: center top;
	background-attachment: fixed;
	padding-top: 671px;
}

section {
	background: #fff;
	padding-top: 30px;
}

article {
	margin: auto;
	width: 75%;
	font-family: Arial;
	font-size: 24px;
	color: #666;
	line-height: 1.5em;
}

article h1 {
	font-size: 48px;
}

div p {
	color: #ccc;
}

footer {
	background: #333;
	padding: 50px 0;
	text-align: center;
	font-family: Arial;
	color:#fff;
}

#container {
	width: inherit;
}