body {
	background-color: green;
	font-family: Arial, sans-serif;
	color: white;
}

h1 {
	text-align: center;
	color: white;
}

#banner {
	position: absolute;
	left:120px;
	top: 10px;
	z-index: 0;
}

#form {
	position: absolute;
	left: 120px;
	top: 30px;
	width: 350px;
	z-index: 1;
}



