@charset "utf-8";
@import url("./reset.css");

body {
	background-color: #aaa;
}

#container {
	background-color: #fff;
	margin: 0 auto;
	width: 940px;
}

.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {
  min-height: 1px;
}

* html .clearfix {
  height: 1px;
  /*\*//*/
  height: auto;
  overflow: hidden;
  /**/
}
