/*****************************************************************/
/* HTML Elements */

*, *:before, *:after {
	box-sizing: border-box;
}
body {
	background: #eeeeee;
	color: #333;
	font: 1.00em/1.6 georgia, serif;
	}

/*****************************************************************/
/* Page Sections */

#container{
	box-shadow: 0 0 3px #ccc;
	background: #fff;
	width: 900px;
	margin: -10px auto 10px auto;
	padding: 2em;
	}

