#Body
{
	background-color: Black;	
	background-image: url(tartan.jpg);
	background-attachment: fixed;
	background-repeat: repeat;
	margin-top: 0px;
}

#MainContent
{
	background-color: White;
	border-collapse: collapse;
	background-image: url(pipes.gif);
	background-attachment: fixed;
	margin-top: 0px;
	min-width: 800px;
	width: 800px;
}

#HeaderCell
{
	height: 100px;
	vertical-align: top;
	background-image: url(highlandbanner.jpg);
	background-attachment: scroll;
	background-repeat: repeat;
	background-position: 0 0;
	background-color: Black;
}






