/* CSS Document */

html,body {
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #666666;
}
table {
	width: 100%;
	height: 100%;
}
DIV.container
      {
      position: absolute;
      left: 50%;
      top: 50%;
      width: 766px;
      height: 650px;
      margin-left: -383px; /* half of width */
      margin-top: -325px;  /* half of height */
	  border: 1px solid #cccccc;
      }
-->
