@CHARSET "UTF-8";
* {margin:0;padding:0;}


html, body, #wrap {height: 100%;font-family: Arial;}

body > #wrap {
	
	height: auto;
	min-height: 100%;
	
	
}

#main {
	padding-bottom: 121px;
	
	padding-top:20px;
}  /* must be same height as the footer */

#footer {position: relative;
	margin-top: -121px; /* negative value of footer height */
	height: 121px;
	clear:both;
	
	} 

/* 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 */
.intro_langs
{
	width:305px;
	margin:auto;
	margin-top:30px;
}
.intro_langs ul
{
	list-style: none;
	float:left;
	margin:0;
	padding:0;
}
.intro_langs ul li
{
	display: inline;
	padding-left:5px;
}
.intro_langs ul li a
{
	font-size:16px;
	color:#989898;
	
}
.intro_langs ul li a:hover
{
	color:#000;
}
.footerline
{
	width:100%;
	height:23px;
	background-color: #ffc509;
	color:#fff;
	font-size:11px;
	font-weight: bold;
	text-align:center;
	padding-top:7px;
}

