@charset "UTF-8";
body {
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
}
.shim {
	color: #FFF;
	background-color: #666;
	font-family: "Myriad Pro";
	font-size: 1em;
	font-weight: lighter;
	text-align: center;
	padding: 10px;
	height: auto;
	width: 100%;
	position: absolute;
	bottom: auto;
}
.container {
	width: 80%;
	position: absolute;
	margin-top: 20%;
	margin-right: 15%;
	margin-left: 15%;
}

.background {
}

.footer {
	bottom: auto;
	height: auto;
	width: 100%;
	background-position: bottom;
	clear: both;
	position: static;
}

ul {
	display: block;
	list-style-image: none;
	list-style-type: none;
}
li {
	display: block;
	float: left;
	height: 150px;
	width: 150px;
	padding: 10px;
}
