/* website.css */

body {
	background-color: black;
	background-image: url("images/wood_background.jpg");
}

header {
	background-color: black;
	border: 1px solid red;
	border-radius: 5px;
}
