@charset "utf-8";
/* CSS Document */

body {
	background-color: #000;
	background-image: url(images/background_intro.jpg);
	background-repeat: repeat-x;
	text-align: center;
	margin-top: 20px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;
	background-position: center 20px;
}
.link1 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	color: #770D67;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 160px;
	line-height: 30px;
	left: 50%;
	z-index: 99;
	background-color: #FFF;
	margin-left: 160px;
	margin-top: 410px;
	text-align: left;
	padding-left: 50px;
	border: 1px solid #666867;
	background-image: url(images/bg_link1.jpg);
}

.link2 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	color: #770D67;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 160px;
	line-height: 30px;
	left: 50%;
	z-index: 99;
	background-color: #FFF;
	margin-left: 160px;
	margin-top: 450px;
	text-align: left;
	padding-left: 50px;
	border: 1px solid #666867;
	background-image: url(images/bg_link2.jpg);
	top: 19px;
}
.link3 {
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	display: block;
	position: absolute;
	color: #770D67;
	font-size: 14px;
	font-weight: bold;
	text-decoration: none;
	height: 30px;
	width: 160px;
	line-height: 30px;
	left: 50%;
	z-index: 110;
	background-color: #FFF;
	margin-left: 160px;
	margin-top: 450px;
	text-align: left;
	padding-left: 50px;
	border: 1px solid #666867;
	background-image: url(images/bg_link3.jpg);
	top: 59px;
}
.link1:hover {
	background-image: url(images/bg_link1_hover.jpg);
}
.link2:hover {
	background-image: url(images/bg_link2_hover.jpg);
}
.link3:hover {
	background-image: url(images/bg_link3_hover.jpg);
}

.flash {
	z-index: 1;
}
.logo {
	position: absolute;
	left: 50%;
	margin-left: 161px;
	margin-top: 337px;
}


#container-intro {
	width: 800px;
	height: auto;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
a.normanstart {
	position: absolute;
	width: 211px;
	text-align: left;
	font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
	color: #FFF;
	text-decoration: none;
	font-size: 14px;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	left: 50%;
	top: 120px;
	margin-left: 160px;
}
a.normanstart img {
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	margin-top: 4px;
}

