@charset "utf-8";

body{
	background-image: url('images/background.gif'); 
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	overflow-x: hidden;
}

#wrapper{
	padding: 10px;
	margin-top: 20px;
	height: 900px;
	width: 1900px;
	background-image: url('images/kirja.png');
	background-repeat: no-repeat;
	overflow-x: hidden;
}

#leftPage{
	position: relative;
	margin-left: 170px;
	margin-top: 130px;
	height: 700px;
	width: 740px;
	float: left;
	background-image: url('images/tyypit.png');
	background-repeat: no-repeat;
	background-position: bottom right;
	overflow: visible;
}

#rightPage{
	position: relative;
	overflow: hidden;
	margin-left: 980px;
	margin-top: 250px;
	width: 780px;
	height: 450px;
}

#controls{
	position: absolute;
	top: 800px;
	left: 440px;
}

h1{
	text-align: center;
}

p{
	max-width: 550px;
}

p.ingressi{
	font-style: italic;
}

a img{
	border: none;	
}
