@charset "utf-8";

@media print {
	header, footer, article {
		page-break-inside: avoid;
	}
}
body {
	width: 960px;
	margin: 0 auto;
	text-align: left;
	font-family: sans-serif;
	color: #000000;
	background-color: #CCCCCC;
	background-image: url("/images/tile.png");
	background-repeat: repeat;
}
#bg_color {
	background-color: white;
	/* box-shadow: 3px 3px 6px 3px #bab3d8, -3px -3px 6px 3px #f09484; */
}
header {
	width: 940px;
	margin-top: 15px;
	padding: 0 10px;
	text-align: center;
	border-bottom: 10px solid #f09484;
	overflow: auto;
}
footer {
	width: 940px;
	margin-bottom: 30px;
	padding: 0 10px;
	border-top: 10px solid #bab3d8;
	overflow: auto;
}
main {
	width: 940px;
	text-align: center;
	padding: 0 10px;
	overflow: auto;
}

.container {
	min-height: 100%;
	overflow: auto;
}
hr {
	opacity: 0.5;
}
.construction {
	margin: 0.5em 0;
	color: black;
	font-size: 42px;
}
