@charset "utf-8";
/* CSS Document */

#container {
	width: 968px;
	background: #FFF;
	margin: 0 auto;
	padding-left: 10px;
	padding-right: 10px;
	overflow: hidden;
}
#banner {
}

#banner {
	position: relative;
}
#contact_menu {
	position: absolute;
	top: 380px;
	right: 0px;
	bottom: 0px;
	font-family: Arial, Helvetica, sans-serif;
	background-color: #FFF;
	color: #000;
	text-decoration: none;
}



#main_image {
	background-image: url(../images/mainimage.jpg);
	background-repeat: no-repeat;
	position: relative;
	height: 658px;
	width: 968px;
}
#main_text {
	width: 600px;
	padding: 12px;
	line-height: 1.2;
	color: #FFF
}
#main_text h2 {
	
	
}
#main_text p {
	color: #FFF;
	
}
