body {
	color: white;
	background-position: center bottom;
	background-image: url(images/niitty.jpg);
	background-repeat: repeat-x;
	font-family: "Helvetica Neue", Helvetica, Verdana, Arial, sans-serif;
}

#container {
}

#header {
	text-align: center;
	margin-top: 100px;
}#quote {
}

#quote span {
	float: right;
	font-size: 1.5em;
	font-weight: bold;
	font-family: Georgia, "Times New Roman", Times, serif;
}

#footer {
	margin-top: 20px;
	text-align: center;
}

#footer ul li {
	display: inline;
	color: #3f3f3f;
}

a {
	color: white;
	text-decoration: none;
}

a:hover {
	color: #66a6ce;
	text-decoration: none;
}

#selection_fi img {
	float: right;
}

#selection_en img {
	float: right;
}


