body {
	background-color: #706030;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	font-family: arial;
	margin: 0px 0px 0px 0px;
	text-shadow: 1px 1px 1px #000;
}
header {
	top: 0;
	left: 0;
	position: fixed;
	height: 110px;
	width: 100%;
	z-index: 3;
}
article {
	color: #000;
	margin: 110px 0px 30px 0px;
	z-index: 1;
}
footer {
	background-color: #706030;
	background-image: url('../images/bg.png');
	background-attachment: fixed;
	background-position: center center;
	background-repeat: repeat;
	background-size: cover;
	webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	bottom: 0;
	left: 0;
	position: fixed;
	width: 100%;
	z-index: 1;
}
footer a {
	color: #CCC;
	text-decoration: none;
	text-shadow: 1px 1px 1px #000;
}
