/* CSS Document for fixed-width pages*/

html, html body {
	background-image: url(./i/body_gradient.jpg);
	background-position: top;
	background-repeat: repeat-x;
	background-color: #b2b5be;
	}

div#container {
	width: 815px;
	margin-right: auto;
	margin-left: auto;
	}
	
div#footer {
	background: url(./i/sky_water_border.gif) left repeat-y #fff;
	}

