/*
Base wrapper elements

High-level wrapper elements.
*/


body {
	/**
	 * Remove default margin.
	 */
	margin: 0;

	font: $base-font-weight #{$base-font-size/16*100}%/#{$base-line-height/$base-font-size} $base-font-family;
	text-align: $start;
	color: $base-text-color;
	background: $body-background;
}
.siteWrapper {
	@if $centered-layout { margin-left: auto; margin-right: auto; }
	width: $layout-width;
	position: relative;
}
