/* CSS Document */

/* creates the gradient across the top of the page */
html {	background: #c6dae8 url(images/bkg-botto1m.jpg) repeat-y fixed center; }

/* overlays a semi-transparent PNG down the column as long as there's content */
body { background: transparent url(images/bkgnew.jpg) repeat-x 50% 0; }	

body {
	margin: 0; 
	padding: 0;
	font: 70%/1.5em verdana, arial, sans-serif;
	color: #333;
}	
.bodytextsmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
}

<!--
.bodytextverysmall {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	color: #ffffff;
}
.bodytext {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
}
-->

