/* ===========================================================
 Globals
 ===========================================================*/
body{
	font-size:62.5%;
	line-height:1.8em;
	margin: 0px;
	padding:0px;
	background:#FFF; 
	text-align:center;
}

html {
 	min-height: 100%;
 	height: auto;
	border:0px;
	margin:0px;
}

/* ===========================================================*/
/* Typography */
/* ===========================================================*/

/* ===========================================================*/
/* Positioning */
/* ===========================================================*/

#content{
	margin:0 auto;
	border: 0px none;
	}


/* ===========================================================*/
/* CLEARFIX */
/* ===========================================================*/
.clearfix:after {
    content: "."; 
    display: block; 
    height: 0;
    clear: both; 
    visibility: hidden;
}

.clearfix {display: inline-block;}

/* Hides from IE-mac \*/
* html .clearfix {height: 1%;}
.clearfix {display: block;}
/* End hide from IE-mac */