		/**
		 *========================================================================
		 * SpecialHacks for Startsite!!!! Don't delete this!
		 *========================================================================
		 **/
		 html, body, table {
		 	min-height: 100%;
			width: 100%;
			height: 100%
		}
		table {
			position: absolute;
			top: 0;
			left: 0;
		}
		td {
			height: 100%;
			text-align: center;
		}
		.centerdiv {
			position: relative;
			margin: 0 auto;
			width:752px;
			text-align: left; /*corrects for IE hack*/
			padding-left: 1em;
		}
		
		div#maincontainer {
			padding-right:3px;
		}