@charset "utf-8";
body {
	margin: 0px;
	text-align: center;
}
.intro {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	background-image: url(../img/intro2.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	margin-left: 50%;
	clear: none;
	float: none;
	width: 900px;
	height: 585px;
	left: -450px;
	position: absolute;
}
.introNav {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	font-weight: bold;
	color: #333333;
	background-image: url(../img/nav_bg.gif);
	background-repeat: no-repeat;
	background-position: center center;
}

a:link {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.languages {
	position: absolute;
	top: 570px;
	text-align: center;
	width: 900px;
	margin-left: 50%;
	left: -450px;
	z-index: 2;
}

a:visited {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
.siteOptimized {
	position: absolute;
	height: 22px;
	width: 325px;
	top: 610px;
	left: 50%;
	margin-left: -162px;
	clear: none;
	float: none;
	z-index: 3;
	text-align: center;
}

a:hover {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #890b02;
	text-align: center;
	text-decoration: none;
}
a:active {
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 12px;
	color: #333333;
	text-align: center;
	text-decoration: none;
}
