html
	{
	background-color: #ffffff;
	background-image: none;
	}

body
	{
	background-color: #ffffff;
	background-attachment: scroll;
	background-image: url(images/bg.jpg);
	background-repeat: repeat-x;
	background-position: center top;
	}