	body {
	background-color: #dddddd;
	background-position: top center;
	font-family: Calibri, Verdana, sans-serif;
	margin: 0; padding: 0;
	}

	.wrapper {
			width: 870px;
			margin-left: auto;
			margin-right: auto;
	}
	
	.headeryla {
			position: relative;
			width: 870px;
			height: 12px;
			background-color: #6b99b8;
			margin-top: 10px;
	}
	
	.header {
			position: relative;
			width: 870px;
			height: 150px;
			background-color: #000000;
	}
	
	.atp {
			position: absolute;
			background-image:url(img/atp.png);
			background-repeat: no-repeat;
			height: 33px;
			width: 423px;
			top: 65px;
			left: 50px;
	}
	
	.ylakuva {
			position: absolute;
			background-image:url(img/ylakuva.png);
			background-image: no-repeat;
			height: 149px;
			width: 220px;
			top: -2px;
			left: 640px;
	}
	
	.menu {
			position: relative;
			width: 870px;
			height: 34px;
			background-color: #555555;
	}
	
	.menulinkit {
			position: absolute;
			height: 25px;
			top: 4px;
			left: 7px;
	}
	
	.linkki {
			font-size: 20px;
			text-decoration: none;
	}
	
	a.linkki:link {
			color: #6b99b8;
	}
	
	a.linkki:visited {
			color: #6b99b8;
	}
	a.linkki:hover {
			color: #628ca8;
			background-color: #636363;
			margin: 0px;
	}

	.sisaltowrap {
			position: relative;
			overflow:auto;
			margin-left: auto;
			margin-right: auto;
			width: 870px;
			height: 100%;
			background-color: #eeeeee;
	}

	.sisalto {
			position: relative;
			float: left;
			margin-left: 20px;
			width: 570px;
			height: 100%;
			background-color: #eeeeee;
	}
	
	.laatikko {
			position: relative;
			float: right;	
			border-left: 2px solid #dddddd;
			width: 240px;
			height: 100%;
			background-color: #eeeeee;
	}		
			
			
	
	.footer { 
			position: relative;
			float: bottom;
			background-image:url(img/footer.png);
			background-repeat: no-repeat;
			width: 870px;
			height: 80px;
	}
	
	.yhteys {
			position: absolute;
			font-family: Calibri;
			top: 5px;
			left: 10px;
			font-size: 15px;
	}
	.copy {
			float: right;
			margin-top: 60px;
			margin-right: 4px;
			font-size: 12px;
			color: #6b99b8;
	}
	
	h2 { color: #6b99b8; }
	h3 { color: #6b99b8; }
