@charset "utf-8";
body {
	font-family: Verdana;
	font-size: 0.7em;
	color: #3f3e3e;
	margin-right: 1cm;
}
/* CSS Document */

#container {
	width: 960px;
	background: #FFFFFF;
	margin: 0 auto;
	padding-left: 0px;
	padding-right: 0px;
	overflow: visible;
	position: absolute;
}
#logo {
	background-image: url(images/logo.gif);
	height: 25px;
	width: 930px;
	padding-top: 75px;
	padding-left: 30px;
}
#line {
	background-image: url(images/line.jpg);
	height: 30px;
	width: 960px;
}
#main_image {
	background-image: url(images/main_image.jpg);
	height: 105px;
	width: 700px;
	margin-left: 50px;
	padding-top: 285px;
	padding-left: 0px;
}
#main_text {
	background-color: #FFF;
	width: 551px;
	line-height: 40%;
	margin: -6;
	height: 83px;
	position: absolute;
	margin: -60;
	left: 49px;
	top: 499px;
}
#main_text h3 {
	padding-top: 7px;
	margin: -60px;
	margin-bottom: 20px;
	position: absolute;
	left: 80px;
	top: 496px;
	font-size: 1.3em;
	height: 15px;
}
#main_text h4 {
	font-size: 100%;
	line-height: 70%;
	padding-bottom: 3px;
	margin: 10px;
}
#line2 {
	background-image: url(images/line2.jpg);
	height: 30px;
	width: 960px;
}

