#content #home {
	height: 440px;
	background-repeat: none;
	position: relative;
}

	#content #home h3 {
		position: absolute;
		left: 80px;
		top: 38px;
		margin:0;
		width: 350px;
	}
	
	#content #home h4 {
		position: absolute;
		left: 80px;
		top: 238px;
		margin:0;
		width: 340px;
	}
	
	#content #home p {
		position: absolute;
		left: 80px;
		top: 320px;
		width: 340px;
		margin:0;
	}

		#content #home p label {
			float: left;
			width: 100px;
		}

			#content #home p input {
				margin-bottom: 3px;
width: 230px;
			}

#content #home p input.button {
width: auto;
}

#content #home ul {
		position: absolute;
		left: 80px;
		top: 105px;
		width: 340px;
		margin:0;
list-style-type: none;
padding:0;
font-size: 0.76em;
}

#content #home ul li {
color:#999;
margin-bottom: 5px;
}

#content #home ul li strong {
color:#848FAF;
}