body#fill-l  {
	background: #fff url("images/bglr.jpg") repeat-x fixed left top;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	background-repeat : repeat-x;
}
body#fill-r  {
	background: #fff url("images/bglr.jpg") repeat-x fixed right  top;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	background-repeat : repeat-x;
}
body#fill-bottom  {
	background: #fff url("bottombg.jpg") repeat-x fixed left top;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	background-repeat : repeat-x;
	background-color : 626262;
}
body#fill-bottom2  {
	background: #fff url("bottombg2.jpg") repeat-x fixed left top;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	background-repeat : repeat-x;
	background-color : 626262;
}
body#fill-top  {
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	background-color : e4e3e3;
}
body#start  {
	background: #fff url("images/bg.jpg") repeat-x fixed left top;
	margin: 0;
	padding: 0;
	position: relative;
	border: 0;
	background-repeat : repeat-x;
	background-color : ffffff;
}
					
