@charset "utf-8";
/* CSS Document */

#wrapper {
	width:950px;
	margin:0 auto;
}
footer {
	position: relative;
	clear: left;
	background: #eee;
	border: solid 1px #ccc;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	padding-bottom: 0px;
	padding-left: 10px;
	padding-right: 10px;
	padding-top: 10px;
	margin-bottom: 0px;
	margin-left: 0;
	margin-right: 0;
	margin-top: 30px;
}

#copyright {
  text-align: center;
}