/*<![CDATA[*/
/* CSS Document */
/* commented backslash hack \*/ 
html, body {
	width:100%;
	min-width:800px;
	min-height:600px;
	background-color:rgb(255,255,255);
	text-align:center; /* This is used for the Center Menu - Do Not Remove - Other content is reset to left align. */
}
/* end hack */

/* for Mozilla/Safari/Opera */
*>#container {
 padding-top: 600px !important;
 padding-left: 800px !important;
 min-height: 1px;
 min-width: 1px;
}
*>#container #content {
 margin-top: -600px;
 margin-left: -800px;
 }
/* for IE, with IE5/Mac backslash filter \*/
* html #container {
 height: 600px;
 width: 800px;
}
/* end filter */

  /*]]>*/
