@charset "utf-8";

.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;
	position: relative;
}
/* End hide from IE-mac */



html{
    height:100%;
}
body{
    height:100%;
	-webkit-text-size-adjust:none;
}
 
* html div#container{
    height:100%;
}
 
div#container{
	position:relative;
	/*min-height: 100%;*/
}

body > #container {
    height: auto;
}
 
#main{
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	position: relative;
}


html {  
}


#container {
	width: 100%;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	line-height: 22px;
}

a span {
	display: none;	
}

a {
overflow:hidden;
}

a:focus{
outline:none;
} 

img{-ms-interpolation-mode: bicubic;}