/*
** Metsämorsian style sheet for CSS2-capable browsers.
** Keijo Luoto 2013 - http://koivuharju.fi
*/

@charset "UTF-8";
body {
	font: 100% Verdana, Arial, Helvetica, sans-serif;
	background-image: url(../images/bg-paperi003-2.gif);
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
}


.pohja #container_e{
	width: 1000px;
	height: 750px;
	font: 18px Georgia, "Times New Roman", Times, serif;
	color: #300;
	background-image: url(../images/etus.gif);
	background-repeat: no-repeat;
	margin: 0 auto; /* the auto margins (in conjunction with a width) center the page */
	border: 0px;
}


#textbox_vasen {
	width: 150px;
	height: 150px;
	padding: 525px 0px 0px 185px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	position: absolute;
}


#textbox_keski {
	width: 50px;
	height: 50px;
	padding: 600px 0px 0px 475px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	position: absolute;
}


#textbox_oikea {
	width: 150px;
	height: 150px;
	padding: 525px 0px 0px 667px; /* remember that padding is the space inside the div box and margin is the space outside the div box */
	text-align: center;
	position: absolute;
}

