body {
	font-family: Rockwell, Arial, sans-serif;
	background-image:url('background.png');
	background-repeat:repeat;
	background-color: #ffad40;
}

#container {
	margin-left: auto;
	margin-right: auto;
	width: 960px;
}

header, section, article, footer {
	margin: 10px;
	padding: 10px 20px 10px;	
	border-radius: 8px;
	-webkit-border-radius:.8em;
	-moz-border-radius:.8em;
	background: #bf8230;
}

header {
	display: block;
	width: 898px;
	text-align: center;
}

section {
	display: block;
	width: 898px;
	text-align: center;
}

article {
	display: block;
	width: 898px;
	text-align: center;
	list-style-type:none;
	text-decoration: none;
}

footer {
	display: block;
	width: 898px;
	text-align: center;
}

section a:link, section a:visited {
	color: blue;
	text-decoration: none;
}

a:hover {
	color: #000000
}
