/* CSS Document */
body {
	font: 68.75%/1.6em "Verdana", "Geneva", sans-serif;
	/* word-spacing:2px; */
	color:#1d1d1d;
	margin:20px;
	background:url(/images/body.jpg) #f6f6f6;
}

* {
	margin:0;
	padding:0;
}

#wrapper {
	background:#fff;
	border:3px solid #f1f1f1;
	width:expression(this.width > 320 ? "320px" : this.width);
	min-width:760px;
	margin:0 auto;
}
