/* CSS Document */

* {
	margin: 0;
	padding: 0;
}
html, body {
	height: 100%;
}
body {
	background: #fffde4;
}
#wrapper {
	height: 100%;
}













span.clear {
	clear: both;
	display: block;
	width: 100%;
	font-size: 0;
	line-height: 0;
}
.left {
	float: left !important;
}
.right {
	float: right !important;
}


/******** Clear Fix ************/

.clearfix:after {
    content:"."; 
    display:block; 
    height:0; 
    clear:both; 
    visibility:hidden;
}
.clearfix {
    display:inline-block;
}
.clearfix {
    display:block;
}
* html .clearfix {
    height:1px;
}











