<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/* TOP PART OF LAYOUT - EVERYTHING TO THE BOTTOM ON THE CONTENT BOX */

#topall {
	background-color: #96D8E8;
}

#topheader {
	background: url('images/wmtoponly.jpg'); 
	background-repeat: no-repeat;
}

#top {
	width: 410px;
	margin-left: 380px;
}

#middleleft {
	height: 115px;
	background: url('images/wmmiddleleft.jpg'); 
	background-repeat: no-repeat;
}

/* BOTTOM PART OF LAYOUT, WITH THE BULL IN THE BOTTOM LEFT AND THE FOOTER */

#bottomleft {
	height: 388px;
	margin: -363px 0px 0px 0px;
	background: url('images/wmbottomleft.jpg'); 
	background-repeat: no-repeat;	
}

#bottomrightbottom {
	background: url('images/wmbottomright.jpg'); 
	background-repeat: no-repeat;	
}

</pre></body></html>