@charset "UTF-8";
/* CSS Document */

img { 
	image-rendering:optimizeSpeed;             /* Legal fallback                 */
 	image-rendering:-moz-crisp-edges;          /* Firefox                        */
 	image-rendering:-o-crisp-edges;            /* Opera                          */
 	image-rendering:-webkit-optimize-contrast; /* Chrome (and eventually Safari) */
 	image-rendering:optimize-contrast;         /* CSS3 Proposed                  */
 	-ms-interpolation-mode:nearest-neighbor;   /* IE8+                           */
     }
	 
#full-screen-background-image {
  z-index: -999;
  min-height: 100%;
  min-width: 640px;
  width: 100%;
  height: auto;
  position: fixed;
  top: 0;
  left: 0;
}

#wrapper {
  position: relative;
  width: 640px;  
  margin: auto;
  color: #000;
}


html, body,td,th {
	background-color: #CCC;
	font-family: "Courier New", Courier, monospace;
	font-size: 12px;
	color: #000;
	font-weight: bold;
	height: 100%;
	width: 100%;
	padding: 0;
	margin: auto;
}
