body {
	text-align: center;
	background-image:    url("imagesindex/ground.jpg");
	background-repeat:repeat;
}

#main {
	position: relative;
	top: 100px;
	width: 560px;
	margin-left: auto;
	margin-right: auto;
}
.topleft {
	background-image:url(/images/ltc.jpg);
	background-repeat: no-repeat;
}
.topright {
	background-image:url(/images/rtc.jpg);
	background-repeat: no-repeat;
	text-align: right;
}
.bottomleft {
	background-image:url(/images/blc.jpg);
	background-repeat: no-repeat;
}
.botright {
	background-image:url(/images/brc.jpg);
	background-repeat: no-repeat;
}
.topbord {
	background-image:    url("imagesindex/topb.jpg");
	background-repeat: repeat-x;
}
.botbord {
	background-image:    url("imagesindex/botb.jpg");
	background-repeat: repeat-x;
}
.leftbord {
	background-image:    url("imagesindex/leftb.jpg");	
	background-repeat: repeat-y;
}
.rightbord {
	background-image:    url("imagesindex/rightb.jpg");
	background-repeat: repeat-y;
}