	body {
		margin:0;
		padding:0;
		height:100%; /* this is the key! */
		width:100%;
		
		/* from DW template */
		/*font: 100% Verdana, Arial, Helvetica, sans-serif;*/
		font-family: "Lucida Grande", Tahoma, sans-serif;
		font-size: 12px;
		
		/*text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
		color: #000000;
	}
	a { color:#FF0000; }
	a:hover { color: #FF0000; text-decoration:none; }
	#apsolutCenter {
		position:absolute;
		height:100%;
		width:100%;
		/*background:#dee0cc url(../gfx/bkggreen15.jpg) no-repeat bottom center;*/
		background: transparent url(../gfx/bkg2.gif) no-repeat top right;
		/*background:#dee0cc url(../gfx/bkgfair1.jpg) repeat-x top center;*/
		/*background:#dee0cc url(../gfx/bkgsun7.jpg) top center;*/
	}
	
	#apsolutContainer {
			width: 835px;/*46em;*/ width: 500px;
		background: none;/* #FFFFFF;*/
		margin: 1em auto; /* the auto margins (in conjunction with a width) center the page */ 
			margin-left: 16em; margin-top:0.5em;
		border: 0px solid #000000;
		text-align: left; /* this overrides the text-align: center on the body element. */
	}
	
.red { color:#FF0000; }
