html{
	margin: 0px;
	margin-bottom: 0px;
	padding: 0px;
}

body {
background-repeat:no-repeat;
background-attachment:fixed;
	background-image:url(../images/backround_feidi2.jpg);
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 10px;
	margin: 20px; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 1px;
	margin-top: 10px;
	text-align: left; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #222222;
}

td {
	font-family: Verdana, Arial;
	font-size: 10px;
	color: #222222;
	line-height: 10px;
}


h1 {
	font-family: Verdana, Arial;
	font-size: 14px;
	font-weight: bold;
	margin: 0;
	color: #222222
}
	
h2 {
	font-family: Verdana, Arial;
	font-size: 9px;
	font-weight: normal;
	margin: 0;
	color: #222222
}

.mb_teksti {
	font-family: Verdana, Arial;
	font-size: 10px;
	line-height: 10px;
}