@charset "UTF-8";

@import url("reset.css");

body {
	background-color: #8dc63f;
	color: #fff;
	font-family: "Helvetica LT Std Light";
}

a {
	color: #d22426;
	font-family: Tahoma;
	font-size: 14px;
	text-decoration: none;
}

a:hover {
	color: #8dc63f;
}

p {
	margin-bottom: 10px;
}

strong {
	font-weight: 700;
}

.banner {
	left: 50px;
	position: absolute;
	top: 250px;
	z-index: 100;
}

.clear {
	clear: both;
}

.footer {
	background: #ececec;
	color: #9c9d9d;
	font-style: italic;
	position: absolute;
	top: 557px;
}

.footer_block {
	float: left;
	padding: 10px;
	width: 221px;
}

.image {
	height: 557px;
	position: absolute;
	width: 964px;
}

.image_wrapper {
	position: relative;
}

.text {
	left: 700px;
	position: absolute;
	top: 25px;
	width: 225px;
}

.text_000 {
	color: #000;
}

.wrapper {
	background: #fff;
	height: 609px;
	margin: 0 auto;
	padding: 0 20px 20px;
	position: relative;
	width: 964px;
}