@charset "utf-8";

/* IMPORT RESET */
@import url("reset.css");

/* IMPORT 12 COLUMN RESPONSIVE GS */
@import url("responsive.gs.12col.css");


/*	EXAMPLE STYLES */
body {
	font-family: sans-serif;
	color: white;
}

header {
	line-height: 1.25em;
	text-align: center;
	color: #FFF;
	margin-top: 5px;
}

article {
	text-align: center;
}

aside {
	line-height: 20em;
	text-align: center;
	background: #999;
}


footer {
  border-top: 1px solid #fff;
  margin-top: 10px;
}