body {
	background-color:#000000;
	background-image:url(middle.png);
	background-position:center 0%;
	background-repeat:repeat-y;
	}

.element {
	background-color:#FFFFFF;
	position:fixed;
	z-index:1;
	}

#left, #right {
	width:15px;
	height:60px;
	}


.points {
	background-color:#000000;
	color:#FFFFFF;
	font-size:50px;
	position:fixed;
	z-index:0;
	}

.intro { 
	background-color:#000000;
	color:#FFFFFF;
	font-family:courier new, sans serif;
	font-size:12px;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	position:fixed;
	z-index:3;
	}
#cont {
	background-color:#000000;
	color:#FFFFFF;
	font-family:courier new, sans serif;
	font-size:20px;
	border-style:solid;
	border-width:2px;
	border-color:#FFFFFF;
	position:fixed;
	z-index:3;
	}

#cont_text {
	margin:30px 30px 30px 30px;
	text-align:center;
	}

.intro_head {
	text-align:center;
	text-decoration:underline;
	}

.intro_text {
	width:200px;
	text-align:justify;
	margin-left:100px;
	margin-bottom:50px;
	}

noscript {
	color:red;
	text-decoration:underline;
	}

#wayout {
	color:#FFFFFF;
	font-family:Verdana, sans serif;
	text-decoration:none;
	}

#wayout:hover {
	text-decoration:underline;
	}

