/* 100% with 10px viewport side matting */
#doc {
	margin:auto; /* not for structure, but so content doesn't bleed to edge */
	width:auto;
	margin-left:8px;
	margin-right:8px;
	}

