@charset "utf-8";

body {
	background: fixed url(../images/background-big.jpg) no-repeat center bottom;
}

#distributors {
	text-align: right;
}

#distributors img {
	position: relative;
	left: 150px;
	top: 20px;
}

#distributors a { border: 0; }

#left, #right, #center { float: left; }

#left, #right {
	width: 200px;
	padding: 200px 0 0 0;
}

#left a, #right a, #center a { border: 0; }

#left img, #right img {
	margin-bottom: 10px;
}

#center {
	width: 500px;
	text-align: center;
}

#languages {
	margin: 20px 0;
	height: 20px;
}

#languages li {
	display: inline-block;
	display: -moz-inline-box;
	text-transform: uppercase;
	*display:inline;
	margin-right: 2px;
	padding: 2px;
}

#languages ul {
	
}

#languages li.active {
	border: 1px solid #9cb9ea;
	padding: 1px;
}

#languages li a {
	border: 0;
}

#logo {
	margin: 20px 0 22px 0;
}

