html { min-height: 100%; margin-bottom: 1px; }
/* this forces the front page which wouldn't have a scrollbar to 
have one so that the transition to the other pages which have them will look neater... That's Why */

body{
	color: #ffffff;
	padding: 0;
	margin: 0;
	background: url(images/bg.jpg) top left repeat-x ;
	font-family: arial, verdana, Times, "Times New Roman", serif;
	text-align: center;
}

#container{
	background: url(/_images/bg_content.jpg) bottom center no-repeat ;
}

a, a:visited { color: #0000ff }

td { font-family: verdana; color: #000000; font-size: 10pt; }

img { border: 0px; }

