* {margin:0;padding:0;}

#footer {
	color:#ffffff;
	font-size:11px;
	font-family:Verdana, Arial, sans-serif;
	background-repeat: no-repeat;
	height: auto;
}

* {margin:0;padding:0;} 


html{
	height: 100%;
	overflow-y: scroll;
	
}

body > #wrapper {
	height: auto;
	min-height: 100%;
	background-image: url(../img/bg/content_bg.jpg);
	background-repeat: repeat-y;
}

#main {
	padding-bottom: 250px;
}  /* must be same height as the footer */

#footer {
	position: relative;
	margin-top: -250px; /* negative value of footer height */
	height: auto;
	clear:both;
	background-repeat: repeat-x;
	color:#ffffff;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #E0EBF1;
	border-top-width: 2px;
	border-top-style: solid;
	border-top-color: #CED9DF;
} 
#bottom{
	position: relative;
	margin-right: auto;
	margin-left: auto;
	width: 100%;
	background-color: #CED9DF;
	height: auto;
} 


/* CLEAR FIX*/
.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 */
