   html, body, #laatikko{
	height:100%;
	margin: 0;
	padding: 0;
	border: none;
	text-align: center;
	background-attachment: fixed;
	background-image: url(bg.png);
	background-repeat: no-repeat;
	background-position: center top;
   }
   #laatikko {
      margin: 0 auto;
      text-align: left;
      vertical-align: middle;
      width: 400px;
   }



.iframe {
	height:450px;
	background-color: #FFFFFF;
	background-image: url(content_bg1.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	border-top-style: none;
	border-right-style: none;
	border-bottom-style: none;
	border-left-style: none;
	border-top-width: 0px;
	border-right-width: 0px;
	border-bottom-width: 0px;
	border-left-width: 0px;
}
