body {
	background-image:      url(bg.jpg);
	background-attachment: fixed;
	}

#banner {
	float: center;
	height: 240px;
	width:  750px;
	}

#sidebar {
	margin: 0;
	width:  750px;
	}

#index {

	background-color: #886833;
	float: center;
	margin: 0;
	width: 750px;
	}

