html, body {
	height: 100%;         /* required */
}
body {
	text-align: center;   /* horizontal centering hack for IE */
	padding: 5;           /* required to "hide" distance div */
	margin: 5;            /* required to "hide" distance div */
}
div#distance { 
	margin-bottom: -10em; /* half of content height */
	width: 1px;           /* required to "hide" distance div */
	height: 30%;          /* required */
	float: left;          /* required */

}
div#content {
	position: relative;
	text-align: left;
	  width: auto ;
  max-width: 700px;
  min-width: 200px;
	background: #EEEEEE;
	margin: 0 auto;
	clear: left;
	background-color: #EEEEEE;

}

img {
  width: auto ;
  max-width: 100% ;
  min-width: 69px;
  height: auto ;
} 