html, body { margin: 0; padding: 0; height: 100%; }
body { background: url(../_images/background.gif); }
#verticalCenter { float: left; height: 50%; width: 100%; margin-top: -305px;	/* Half the height of #content (be sure to include padding, borders, etc.) */ }

#content { background:#ffffff url(../_images/background_noflash.jpg) top left no-repeat; clear: both; width: 992px; height: 576px; margin: 0 auto; }
	#content p { text-indent:-9999px; }
		#content p span { display:none; }
		#content  a { display:block; margin:273px 0 0 742px; width:60px; height:16px; text-indent:-9999px; cursor:pointer;  }
#footer { margin:0 auto; margin-top:25px; padding:0; width:992px; height:30px; text-align:center; }
	#footer p { margin:0; padding:0; font:10px "Lucida Grande", "Lucida Sans Unicode", Helvetica, Arial, Verdana, sans-serif; color:#aaaaaa; text-transform:uppercase; }
		#footer p a { color:#aaaaaa; text-decoration:none; }
		#footer p a:hover { text-decoration:underline; }