/* 2 column layout with 100% height and stickyfooter */

/* generell */
body{
	padding-top: 10px;
	font-family: helvetica,Arial,sans-serif;
	font-size:15px;
}

/* ie6 win */
* html #content {height:100%;}
/*ie6 win end*/

/* wrapper 100% height*/
/*#content {height:100%;}*/

#content{
	width:790px; 
	margin: 10px 10px 20px 20px;
	float:left;
}

#wrapper{
	width:990px;
	margin-left: auto;
	margin-right: auto;
	background:#fff;
	overflow:hidden;
	padding:0px;
}

#main{
	background-color:#fff;
	margin-bottom: 30px;
}






.clearfix:after{content:"."; display:block; height:0; clear:both; visibility:hidden;}
.clearfix {display: inline-block;}  
/* ie mac */  
* html .clearfix { height:1%;}  
.clearfix {display:block;}  
/* ie mac end */  