/* Main Stylesheet */
body {
	margin-left: auto;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 10px;
	width: 1000px;
	background-image: url(background.jpg);
}

#main_wrapper {
	background-color: #FF7209;
	border: solid #FF7209 1px;
	border-radius: 10px;
}

.center, h1, h2, h3, h4 {
	text-align: center;
}

