.bgleft {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: left top;
}
.bgright {
	background-attachment: scroll;
	background-repeat: repeat-y;
	background-position: right top;
}
.bup {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left top;
}
.bdw {
	background-attachment: scroll;
	background-repeat: repeat-x;
	background-position: left bottom;
}
.seeeeeo { visibility:hidden; position:absolute }
