a:hover {
	color: #FF0000;
}

a:active, a, a:visited {
	color: #231709;
}

.link {
	font-family: Tahoma, Verdana, Arial, sans-serif;
	font-size: 0.7em;
	color: #231709;
	text-align: center;
}

#logo {
	position: absolute;
	left: 360px;
	top: 189px;
	width: 304px;
	height: 156px;
	z-index: 2;
}

#maincont {
	position: absolute;
	left: 50%;
	top: 50%;
	width: 700px;
	height: 400px;
	z-index: 1;
	background-image: url(../images/intro_1.jpg);
	background-repeat: no-repeat;
	background-color: #FFFFFF;
	margin-top: -200px;
	margin-left: -350px;
}
