body {
	background-attachment: fixed;
	background-image: url(bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #946B4B;
	margin: 0px;
	padding: 0px;
	text-align: center;
}
