	body {
		font-family:Verdana; font-size=12px; color=black;
	}

		#menu {
				position: absolute; top: 50%; left: 50%;
				width: 980px; height: 78px;
				margin: -300px 0 0 -490px; }

		#content {
				position: absolute; top: 50%; left: 50%;
				width: 980px; height: 522px;
				margin: -222px 0 0 -490px; }

		td {vertical-align:bottom;margin-bottom:0;}
		img  {vertical-align: bottom; border=0;margin-bottom:0;}

	a.minimal {
		font-family: Verdana;
		font-size: 10px;
		border: 0px;
		text-decoration: none;
	}

	/* aka LoVe HAte - this order will work - .a declared after this will override this pseudoclass! */
	a.minimal:link { color: black; }
	a.minimal:visited { color: black; }
	a.minimal:hover { color: #ccccee; }
	a.minimal:active { color: #0000FF; }


