html {
	text-align: center;
	background-color: #f05a27;
	background-image:url(images/orange_bg.jpg);
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
}

body {
	margin: 0px;
	text-align: center;
}

#container {
	width: 100%;
	margin-right: auto;
	margin-bottom: auto;
	text-align: center;
}
