/* 代码整理：易站站长网 yizhanzzw.com */
.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* required comment for clearfix to work in Opera \*/
* html .clearfix {
	height:1%;
}
.clearfix {
	display:block;
}
/* end clearfix */

/* Begin Typography & Colors */

* {
	margin: 0;
	padding: 0;
}
html {
	margin: 0px;
	padding: 0px;
	background: #0f1616;
}
body {
	/* Resets 1em to 10px */
	font-size: 62.5%;
	font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
	background: #232f2e;
	/*color: #c1ebeb;*/
	color: #96b8b7;
	text-align: center;
}
/* 代码整理：易站站长网 yizhanzzw.com */