body {
	background-attachment: fixed;
	background-image: url(../images/bg.jpg);
	background-repeat: repeat-y;repeat-x;
	background-position: center top;
}
body {
	background-attachment: fixed;
	background-repeat: repeat;
	background-position: center;
}
