body {
	background-color: #000000;
	color: #00FF00;
}
#central_block {
	background-color: #006600;
	position: relative;
	width: 80%;
	text-align: center;
	padding: 2cm;
}
#central_block a {
	color: #00FF00;
	text-decoration: underline;
}
#central_block a:hover {
	color: #FFFF00;
}
#central_block #dummy-form {
}
#central_block ol,ul {
	text-align: left;
}


	

#central_block p {
	text-align: left;
}
#central_block #info_header {
	text-align: right;
}
#central_block #box {
	width: 400px;
	background-color: #009900;
	text-align: left;
	position: relative;
	border-top-style: solid;
	border-right-style: solid;
	border-bottom-style: solid;
	border-left-style: solid;
	border-top-color: #00CC00;
	border-right-color: #00CC00;
	border-bottom-color: #00CC00;
	border-left-color: #00CC00;
	padding: 2mm;
}

textarea.dark
 {

    border: 3px solid #aaa;
    background: rgb(0,0,0);
    padding: 3px;
    color: yellow;
 }

.bjfs {
	background-image: url(../gfx/sknx.png);
	background-repeat: no-repeat;
	background-attachment: scroll;
	background-position: center bottom;
}
