/* @group body */

body {
	background: #fff;
}

/* @end */

/* @group wrapper */

#wrapper {
	margin: 25px;
	width: auto;
}

/* @end */

/* @group footer */

#footer {
	text-align: center;
	font-size: 12px;
	color: #ccc;
	margin-top: 50px;
	position: relative;
	width: auto;
	top: auto;
	left: auto;
}

/* @end */