* {
	margin: 0;
}

html {
	height: 100%;
}

body {
  height: 100%;
}

.wrapper {
	min-height: 100%;
	height: auto !important;
	height: 100%;
	margin: 0 auto -50px;
}

.push {
	clear: both;
	height: 50px;
}

.container {
	height: 550px;
	margin: auto;
	width: 900px;
}

.header {
	width: 100%;
	height: 100px;
}

.footer {
	height: 50px;
}

.logo {
	float: left;
	height: 100px;
	width: 166px;
}

.top-menu {
	float: right;
	margin-top: 35px;
	margin-left: auto;
	margin-bottom: auto;
	margin-right: auto;
}
 .credits {
	float: left;
	width: 98%;
	margin: auto;
}
 .languages {
	margin-top: 19px;
	float: right;
	bottom: 21px;
	right: 30px;
	height: 11px;
	width: 2%;
}
 #carousel {
	width: 100%;
	height: 500px;
}
 #carousel-text {
	width: 550px;
	left: 10%;
	top: 8%;
	position: relative;
	z-index: 0;
	height: 75px;
}
 #carousel-buttons {
	margin-left: auto;
	margin-bottom: 50px;
	margin-right: auto;
	margin-top: auto;
	top: 8%;
	left: -5%;
	position: relative;
	z-index: 0;
	height: 48px;
	width: 110%;
}
 #carousel-button-left {
	height: 48px;
	width: 50px;
	float: left;
}
 #carousel-button-right {
	height: 48px;
	width: 50px;
	float: right;
}
 
