html {
	background: none;
}

body {
	background: #fff url(pics/index_body_bg.jpg) repeat-x;
}


.banner {
	width: 1000px;
	height: 447px;
	position: relative;
	margin: 0;
}
.banner .bannerImage {
	position: absolute;
	bottom: 0;
}
.banner .bannerText h1 {
	margin: 0;
	padding: 0;
	line-height: 57px;
	top: 0;
	width: 1000px;
	padding: 0;
	margin: 0;
	text-align: center;
	left: 0;
}
.banner .bannerText .yritys,
.banner .bannerText .yksityinen {
	font-family: EauDouceSansLight, sans-serif, arial;
	font-size: 21px;
	display: block;
	height: 42px;
	position: absolute;
	top: 372px;
	color: #fff;
	line-height: 42px;
}
.banner .bannerText .yritys {
	width: 277px;
	padding-left: 53px;
	left: 116px;
	background: url(pics/index_yritys.jpg);
}
.banner .bannerText .yksityinen {
	width: 283px;
	padding-left: 47px;
	left: 560px;
	background: url(pics/index_yksityinen.jpg);
}
.banner .bannerText .yritys:hover,
.banner .bannerText .yksityinen:hover {
	text-decoration: none;	
}

#wrapper  {
	padding-bottom: 0;
}
#content {
	padding: 0;
	background: none;
	margin-top: 8px;
}
#main {
	float: none;
	width: 940px;
	padding: 0 30px;
	margin: 0 !important;
}
#main td {
	vertical-align: top;
}
#main h2 {
	font-family: EauDouceSansLight, sans-serif, arial;
	font-size: 24px;
	font-weight: normal;
	color: #006fae;
	border-bottom: 1px solid #eaeaea;
	padding: 0 0 4px;
	margin-bottom: 6px;
}
#main p {
	font-size: 12px;
	color: #3c3c3c;
	padding-right: 20px;
}
#column1, #column2 {
	display: none;
}