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


#background {
	background-image: url(images/slit.jpg);
	background-repeat: repeat-x;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
}
#wrapper {
    padding: 0px;
	width: 92%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#container {
	padding: 8px;
	width: 100%;
	margin: 0px;
}
#container a.monst {
	position: absolute;
	top: 550px;
	left:40%;
}
a.monst,
a.monst:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4379A9;
	size: 14px;
}
a.monst:hover {
	color: #fff
}
#container a.schneid {
	position: absolute;
	top: 550px;
	left: 58%;
}
a.schneid,
a.scneid:visited {
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
	color: #4379A9;
	size: 14px;
}
a.schneid:hover {
	color: #fff
}
#text {
	width: 30%;
	float:left;
	display: block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#trax {
	float: right;
	display: block;
	font-family:"Lucida Sans Unicode", "Lucida Grande", sans-serif;
}
#cover {
	position:absolute;
	left: 34%;
	display: block;
	margin: 10px;
}
#cover a {
	float: none;
}
#text h1 {
	font-size: 19px;
	font-style: italic;
	color: #4379A9
}
#text h2 {
	font-size: 12px;
	color: #4F6E98;
}
#text a:link,
#text a:visited {
	align: center;
	font-size: 17px;
	font-style: italic;
	color: #4379A9;
}
#text a:hover {
	align: center;
	font-size: 17px;
	font-style: italic;
	color: #fff;
}
#trax h3 {
	font-size: 13px;
	color: # 686B85;
	line-height: 2px;
}

