html,body {
	padding: 0px;
	margin: 0px;
	width: 100%;
	height: 100%;
	min-width: 1024px;
	background: #FFF;

}

img {
	border: 0;
}

a {
	outline: none;
}

#footer{
		padding-top: 10px;
		margin:  auto;
	background: url(../images/footer.png) no-repeat;
height: 50px;
width: 1200px;

	font: 12px "Lucida Grande", Lucida, Verdana, sans-serif;
	color: #999;
}

#footer a, #footer a:visited{
		color: #575757;
}

#footer a:hover{
		color: #8e8e8e;
}
#footer .item{

	float: right;
	
	margin-right: 100px;
}

#icons{
margin: auto;
width: 300px;
	text-align: center;
}

#icons .item{
	float: left;
	margin-left: 5px;
	margin-right: 5px;
}
.language{
	position: absolute;
}
.language a{
	color: #919191;
	font-size: 12px;
	text-decoration: none;
}



