* {
	margin: 0;
	padding: 0;
}


body {
	background: #ff9231 url("/Images/background.jpg") top center fixed;
}

img {
	border: none;
}

div#banner {
	background: url("/Images/headerPotd.jpg") top center;
	height: 144px;
	margin: 0 0 5px 0;
}

div#banner a {
	display: block;
	height: 144px;
}

div#container {
	background: #FFF;
	margin: 5px auto;
	padding: 5px;
	text-align: center;
	width: 700px;
}