body {
	background-repeat: repeat-y;
	background-image:  url(images/bg.jpg);
	background-attachment: scroll;
	background-position: center bottom;
	top: 0px;
	clip:  rect(0px auto auto auto);
	background-color: #666666;
}
