img {
	max-width: 680px;
	width: expression(document.body.clientWidth > 680 ? "680px": "auto" );
}
hr {
	color: #333;
	border: 1px solid #333;
	background-color: auto;
	height: 1px;
}