/* regular */

body {
	background-color: #eff0f1;
/*
	background-image: url(bg.svg);
	background-repeat: no-repeat;
	background-position: center top;
*/
	padding: 0px;
	margin: 20px;
	margin-bottom: 50px;
}

pre { padding: 5px; background: #e0e0e0; }
h2,h3 { padding-top: 15px; }

#container {
	width: 50%;
	min-width: 600px;
	margin-left: auto;
	margin-right: auto;
}


