/* CSS Document */

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

	#inner_body{
	float: left;
	background-image: none;
	background-repeat: repeat-y;
	background-color: #fff;
	width: 800px;
	}
