﻿body {
	margin: 0;
	padding: 0;
	border: 0;
	background-color: #C0C0C0;
}
#tcl {
	background-image: url('TL.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
}
#tlc {
	background-image: url('TC.gif');
	background-repeat: repeat-x;
	background-position: bottom;
	height: 50px;
}
#tcr {
	background-image: url('TR.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
}
#llc {
	background-image: url('LC.gif');
	background-repeat: repeat-y;
	background-position: right;
	width: 50px;
}
#rlc {
	background-image: url('RC.gif');
	background-repeat: repeat-y;
	background-position: left;
	width: 50px;
}
#bcl {
	background-image: url('BL.gif');
	background-repeat: no-repeat;
	background-position: right;
	height: 50px;
}
#blc {
	background-image: url('BC.gif');
	background-repeat: repeat-x;
	background-position: top;
	height: 50px;
}
#bcr {
	background-image: url('BR.gif');
	background-repeat: no-repeat;
	background-position: left;
	height: 50px;
}
#content {
	background-image: url('ball%20back.gif');
	height: 50px;
}





