@import url(/styles/main-2nd-level.css);

body {
	/* background-image:url("/images/backgrounds/27972.png"); */
	background-repeat:repeat-x repeat-y;
	background-attachment:fixed;
	text-align:center;
	margin:0 auto 50px auto; padding:0;
}
.content {
	max-width:600px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
	border-left:1px solid #383838;
	border-right:1px solid #383838;
	background:#efe;
	text-align:left;
	margin:0 auto; padding:.5em 1.2em;
	line-height:1.3;
}
/*
body {
	background-color:#fff;
	background-image:url("/images/backgrounds/27727.png");
	background-repeat:repeat-x repeat-y;
	background-attachment:fixed;
	text-align:center;
	margin:0 auto; padding:0;
}
.content {
	max-width:600px;
	width:expression(document.body.clientWidth > 600? "600px": "auto" );
	border-left:1px solid #383838;
	border-right:1px solid #383838;
	color:#000;
	background-color:#fef;
	text-align:left;
	margin:0 auto; padding:.5em 1.2em;
	line-height:1.3;
}
*/