@charset "utf-8";

body {
	text-align: center;
	color: #333333;
}

#wrapper {
	width: 950px;
	margin-right: auto;
	margin-left: auto;
	text-align: left;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
