html {
	min-height: 100%;
	margin-bottom: 1px;
}
body {
	margin: 0px;
	color: #ffffff;
	background: #757654;
	background-image:url('images/lazure.jpg');
	background-repeat:repeat;
	text-align: center;
	font-family: WaldorfschriftIceland,arial,Helvetica,sans-serif;
}


a:link, a:visited {
	color: #d1bde2;
	background: none;
	text-decoration: none;
}
a:hover {
	color: #ffffff;
	background: none;
	text-decoration: none;
}


#painter {
	position: absolute;
	top: 88px;
	left: 88px;
	font-size: 2em;
	text-align: left;
}
#painter p {
	margin: 0px 0px 0px 0px;
}


#lazure {
	position: absolute;
	top: 202px;
	left: 88px;
	font-size: 1.3em;
	text-align: left;
}
#lazure p {
	margin: 0px 0px 20px 0px;
}


#steiner {
	margin-top: 78px;
	left: 88px;
	padding-bottom: 5px;
	font-size: 1em;
	text-align: left;
}

#oldsteiner {
	position: absolute;
	bottom: -16px;
	left: 88px;
	padding-bottom: 5px;
	font-size: 1em;
	text-align: left;
}