body {
	background: #ffffff url("../images/background.jpg") repeat-x;
}

h1 {
	margin: 40px 0px 0px 40px;
}

a {
  color: #f57300;
  text-decoration: none;
}

a:hover {
  color: #eb6e00;
  text-decoration: underline;
}

ul {
  list-style: none;
  margin: 0px 0px 0px 20px;
}

#container {
	width: 960px;
	height: 600px;
}

.center {
  text-align: center;
}
