/* CSS Document */

body {
	color: #FFF;
	background-color: #000;
}
#intro {
	background-image: url(images/intro.jpg);
	height: 693px;
	width: 980px;
	margin-right: auto;
	margin-left: auto;
}
#buttoncontainer {
	padding-top: 150px;
	margin-right: 30px;
	margin-left: 35px;
}
#welcome {
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-size: 48px;
	font-weight: 900;
	color: #FFF;
	text-align: center;
	letter-spacing: 4px;
}
#intro #buttoncontainer #en a{
	background-image: url(images/en_off.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
}
#intro #buttoncontainer #de a{
	background-image: url(images/de_off.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	clear: none;
	float: none;
}
#intro #buttoncontainer #en a:hover {
	background-image: url(images/en.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
}
#intro #buttoncontainer #de a:hover {
	background-image: url(images/de.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	clear: none;
	float: right;
}
#links {
	display: none;
}#intro #buttoncontainer #fr a {
	background-image: url(images/fr_off.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
}
#intro #buttoncontainer #fr a:hover {
	background-image: url(images/fr.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
}
#intro #buttoncontainer #nl a {
	background-image: url(images/nl_off.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
}
#intro #buttoncontainer #nl a:hover {
	background-image: url(images/nl.gif);
	background-repeat: no-repeat;
	width: 226px;
	display: block;
	padding-top: 120px;
	padding-bottom: 10px;
	margin-right: auto;
	margin-left: auto;
	font-family: "Lucida Sans Unicode", "Lucida Grande", sans-serif;
	font-weight: bold;
	color: #FFF;
	text-decoration: none;
	text-align: center;
	float: left;
}

