a:link {
	color: #000;
	text-decoration: none;
}
a:visited {
	color: #000;
}
a:hover {
	color: #000;
}
a:active {
	color: #000;
	outline: none;
}
#greeting-wrapper {
	height: 60px;
	margin: 10px 0;
	text-align: center;
	overflow: hidden;
}
#greeting {
	position: relative;
	font-size: 32px;
	font-weight: bold;
	line-height: 60px;
	text-shadow: 1px 1px white;
	-webkit-animation: greeting 15s infinite;
	-moz-animation: greeting 15s infinite;
	-o-animation: greeting 15s infinite;
	-ms-animation: greeting 15s infinite;
	animation: greeting 15s infinite;
}
@-webkit-keyframes greeting {
	0% {
		bottom:0;
	}
	20% {
		bottom: 0;
	}
	25% {
		bottom: 60px;
	}
	45% {
		bottom: 60px;
	}
	50% {
		bottom: 120px;
	}
	70% {
		bottom: 120px;
	}
	75% {
		bottom: 180px;
	}
	95% {
		bottom: 180px;
	}
	100% {
		bottom: 240px;
	}
}
@-moz-keyframes greeting {
	0% {
		bottom:0;
	}
	20% {
		bottom: 0;
	}
	25% {
		bottom: 60px;
	}
	45% {
		bottom: 60px;
	}
	50% {
		bottom: 120px;
	}
	70% {
		bottom: 120px;
	}
	75% {
		bottom: 180px;
	}
	95% {
		bottom: 180px;
	}
	100% {
		bottom: 240px;
	}
}
@-o-keyframes greeting {
	0% {
		bottom:0;
	}
	20% {
		bottom: 0;
	}
	25% {
		bottom: 60px;
	}
	45% {
		bottom: 60px;
	}
	50% {
		bottom: 120px;
	}
	70% {
		bottom: 120px;
	}
	75% {
		bottom: 180px;
	}
	95% {
		bottom: 180px;
	}
	100% {
		bottom: 240px;
	}
}
@keyframes greeting {
	0% {
		bottom:0;
	}
	20% {
		bottom: 0;
	}
	25% {
		bottom: 60px;
	}
	45% {
		bottom: 60px;
	}
	50% {
		bottom: 120px;
	}
	70% {
		bottom: 120px;
	}
	75% {
		bottom: 180px;
	}
	95% {
		bottom: 180px;
	}
	100% {
		bottom: 240px;
	}
}
#languagebar {
	height: 180px;
	width: 800px;
	margin: 35px auto auto;
	text-align: center;
	overflow: hidden;
	border-radius: 5px;
}
.languagebox {
	width:170px;
	height: 170px;
	float: left;
	margin-left: 72px;
	border-radius: 5px;
	text-shadow: 1px 1px white;
}
.flag {
	box-shadow: 0px 0px 20px #666;
	width:140px;
	height: 100px;
	margin: 10px auto;
	display: block;
	border-radius: 5px;
}
.languagebox:hover {
	text-shadow: 1px 1px white, 0px 0px 10px #000;
}
.languagebox:hover .flag {
	width: 150px;
	height: 110px;
	transition: width 0.1s, height 0.1s;
	-moz-transition: width 0.1s, height 0.1s; /* Firefox 4 */
	-webkit-transition: width 0.1s, height 0.1s; /* Safari and Chrome */
	-o-transition: width 0.1s, height 0.1s; /* Opera */
}
#info {
	margin-top: 10px;
	margin-bottom: auto;
	padding: 10px;
	height: 50px;
	border-radius: 5px;
	text-shadow: 0 1px white;
}