body {
	font-family: Arial, sans-serif;
	max-width: 800px;
	margin: auto;
	padding: 0.5em;
}

h1 {
	text-align: center;
	text-shadow: 2px 1px 0px #000;
	color: #0E145E
}



.esimerkki {
	background-color: #0E145E;
	color: #fff;
	padding: 0.5em;
}

.keskitys {
	text-align: center;
}

.oikea-tasaus {
	text-align: right;
}

.leveys-300 {
	width: 300px;
}

.leveys-30em {
	width: 30em;
}

.leveys-50pros {
	width: 50%;
}

.sisempi {
	color: #000;
	background-color: #FCC35F;
}

.lopussa {
	position: relative;
	height: 7em;
	margin-bottom: 1em;
}

.oik-ala {
	position: absolute;
	right: 0;
	bottom: 0;
}

.vas-ala {
	position: absolute;
	left: 0;
	bottom: 0;
}

.oik-yla {
	position: absolute;
	right: 0;
	top: 0;
}













