@charset "utf-8";

body {
	background-color: #EEE;
}

.container {
	margin-left: auto;
	margin-right: auto;
	*zoom: 1;
	width: 650px;
}

footer {
	padding-bottom: 15px;
	color: #7d7d7d;
	font-size: 12px;
	text-align: center;
}

footer div {
	margin-bottom: 15px;
	padding: 0 25px;
	height: 31px;
	line-height: 31px;
	background: #d5444f;
}

footer div a, footer div a:visited {
	color: #eee;
	font-size: 14px;
}