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

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

#background {
	position: absolute;
	width: 99%;
	height: 669px;
	background: url(red_tin_roof-1000.jpg) center fixed no-repeat;
	top: 0px;
}

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

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



