body {
  background-image: url('static/images/background.png');
  font-family: verdana;
  background-attachment: fixed;
background-repeat: repeat;
overflow: hidden;
  color: white;
}
.main {
	width: 1280px;
	margin: auto;
}
nav {
font-size: large;
background-image: url('static/images/nav.png');
padding: 10px;
text-align: center;
}