#can {
	height: 500px;
	width: 500px;
	border: 1px solid #000000;
	margin-left: auto;
	margin-right: auto;
	display: block;
}

#wrapper {
	height: 1000px;
}

#leftColumn{
	width: 25%;
	float: left;
	height: 100%;
	padding-left: 25px; 
}

#rightColumn{
	width: 60%;
	float: left;
	height: 100%;
}

.img { 
    image-rendering: optimizeSpeed;             /* STOP SMOOTHING, GIVE ME SPEED  */
    image-rendering: -moz-crisp-edges;          /* Firefox                        */
    image-rendering: -o-crisp-edges;            /* Opera                          */
    image-rendering: -webkit-optimize-contrast; /* Chrome (and eventually Safari) */
    image-rendering: pixelated; /* Chrome */
    image-rendering: optimize-contrast;         /* CSS3 Proposed                  */
    -ms-interpolation-mode: nearest-neighbor;   /* IE8+                           */

}

body {
  font-size: x-small;
}