body {
	background-color: black;
	margin-top: 50px;
}

nav {
	background-image: url("../images/newback.jpg");
	background-position: center;
	padding-left: 50%;
	background-repeat: repeat-y;
}

p {
	line-height: 0;
	margin-top: 16px;
	margin-bottom: 16px;
	position: relative;
	left: -35px;
}

header {
  background-image: url("../images/newup.jpg");
  height: 353px;
}

footer {
  background-image: url("../images/newdown.jpg");
  height: 202px;
  background-position: top;
}

header, footer {
  background-size: 800px;
}