body {
	color: lime;
	background-color: black;
	font-family: helvetica, verdana, arial, sans-serif;
	text-align: center;
	margin-top: 50px;
	margin-left: 100px;
	margin-right: 100px;
	
	background-image: url("vahki.png"); 
	background-repeat: repeat;
}


h1 {
	border-style: solid;
	border-color: lime;
	border-width: 2px;
	background-color: #000000;
	font-style: italic;
	letter-spacing: 1em;
	margin-left: 50px;
	margin-right: 50px;
	border-radius: 20px;
}

span {
	color: lime;
}

#centralterminal1 {
 
	background: black;
	border: 2px solid lime;
	display: block;
	margin-left: 400px;
	margin-right: 400px;
	margin-top: 50px;
	padding: 100px;
	border-radius: 20px;

	position: absolute;
	top: 17em;
	right: 20em;

}

#centralterminal2 {
 
	background: black;
	border: 2px solid lime;
	display: block;
	margin-left: 400px;
	margin-right: 400px;
	margin-top: 50px;
	padding: 100px;
	border-radius: 20px;

	position: absolute;
	top: 17em;
	left: 20em;

}

form {
	color: lime;
	background-color: #000000;
	border-color: lime;
	border-style: solid;
	border-width: 2px;
	margin-top: 50px;
	margin-left: 350px;
	margin-right: 350px;
	padding: 50px;
	border-radius: 20px;

	position: relative;
	top: 20em;	

}