#contact {
	text-align: left;
	position: relative;
}

#contact_text_background {
	position: absolute;
	right: 0px;
	top: 0px;
	background: white;
	width: 250px;
	height: 432px;
	filter: alpha(opacity=90);
	-moz-opacity:0.9;
	-khtml-opacity: 0.9;
	opacity: 0.9;
}

#contact_text {
	padding: 30px;
	position: absolute;
	height: 372px;
	width: 190px;
	right: 0px;
	top: 0px;
}

.contact_title {
	color: #2929b6;
}

#home {
	height: 372px;
	width: 703px;
	background-image: url(/images/static/home.jpg);
	display: block;
	text-align: left;
	padding: 30px;
	padding-left: 35px;
	font-size: 40px;
	font-weight: bold;
	color: #203A5F;
} 