li a {
	color: red;
}

h1 {
	color: orange;
	text-align: center;
}

body {
	background: white url("images/background.png") no-repeat;

}

#box-one {
	background: red;
	padding: 10px;
}

#box-two {
	background-image: url("images/background.png");
}

