body {
	background-color: #aaf;
	background-image: url(../../images/lilie.jpg);
	font-family: sans-serif;
}

h1,p {
	text-align: center;
}

#gindex {
	list-style: none;
	margin: 10px;
	display: inline;
}

#gindex li {
	float: left;
	list-style-type: none;
	margin: 5px;
}

#gallery {
	list-style: none;
	display: inline;
}

#gallery li {
	float: left;
	width: 64px;
	height: 64px;
	padding: 5px;
	text-align: center;
}

#gallery img {
	border: 0;
	height: 45px;
}

p img {
	width: 800px;
}

