body.left { 
	background-color: #000000;
	color: #ffffff;
	background-image: url(../images/bgi-left_4x8.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: right top;
}

body.right { 
	background-color: #000000;
	color: #ffffff;
	background-image: url(../images/bgi-right_4x8.gif);
	background-repeat: repeat-y;
	background-attachment: fixed;
	background-position: left top;
}

body.space { 
	background-color: #000000;
}

