body {
	overflow:hidden; 		/* needed to eliminate scrollbars caused by the background image */
	padding:0;margin:0;		/* necesarry for the raster to fill the screen */
	height:100%;width:100%;
}

#bgimg {
	position:absolute;
	z-index: -1;
}

#realBody{
	z-index: 5;
	height:100%;
	width:100%;
	margin-right: auto;
	margin-left: auto;
	overflow: auto;
	position: fixed;
}


#content {
	width:850px;
	margin-right: auto;
	margin-left: auto;
	margin-top: 75px;
	background-image: url(../img/bodybg.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-bottom: 0px;
	height: auto;
	padding: 0px;
	overflow: auto;
}

h1 {
	text-shadow: #660000 1px 1px 0px;
	color: #FFF;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
}

h2 {
	color: #424241;
	text-shadow: #fff 0px 1px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 17px;
	font-style: normal;
	padding-top: 0px;
	margin-bottom: 5px;
	margin-top: 0px;
	letter-spacing: 1px;
}
h3 {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	font-style: normal;
}
.kehoite {
	text-shadow: #fff 0px 1px 0px;
	color: #CD1719;
	font-family: "Times New Roman", Times, serif;
	font-size: 30px;
	margin: 0px;
	padding: 0px;
	font-weight: normal;
	font-style: italic;
	text-align: center;
	line-height: normal;
}
.otsikkolaatikko {
	width: 700px;
	padding-top: 140px;
	padding-left: 75px;
	text-align: center;
	padding-right: 75px;
}
.laatikko{
	width: 650px;
	padding-left: 100px;
	text-align: left;
	padding-top: 60px;
	margin: 0px;
	padding-bottom: 0px;
	padding-right: 50px;
	height: auto;
}

.leipis {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	line-height: 18px;
	list-style-image: url(../images/bullet.png);
}

li {
	color: #000;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 14px;
	line-height: 18px;
	margin-bottom: 10px;
	margin-left: 5px;
	list-style-type: disc;
}

a.leipis {
	color: #990;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	text-decoration: underline;
}

a:hover.leipis {
	color: #F90;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	text-decoration: none;
}
.leipis_footer {
	color: #000;
	text-shadow: #fff 0px 1px 0px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	line-height: 21px;
	margin: 0px;
	padding-top: 10px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 0px;
}
a.leipis_footer {
	color: #CD1719;
	padding-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;
}
a:hover.leipis_footer {
	color: #90C;
	padding-top: 20px;
	font-family: "Helvetica Neue", Helvetica, Arial;
	font-size: 13px;
	line-height: 15px;
	text-decoration: none;	
}

#footer {
	text-align:center;
	width:850px;
	height: 100px;
	background-image: url(../img/footerbg_.png);
	background-repeat: no-repeat;
	background-position: center top;
	margin-right: auto;
	margin-left: auto;
	padding: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}
