body { 
	background: url("/images/stripes.png") fixed;
}

div.wrapper {
	max-width: 640px;
	/* IE max-width workaround (what a mess!) */
        width: expression(document.body.clientWidth > 640? "640px": "auto" );
	margin: 0 auto;
}

div.header {
	text-transform: none;
}

div.content {
	margin-top: 1.7em;
}

div.copywrong {
	margin-bottom: 3px;
	padding-bottom: 3px;
}

