/* CSS Document */

body {
	background-image: url(images/damaskpun.gif);
}

.background {
	z-index: 1;
	width: auto;
	height: 530px;
	background-image: url(images/damaskpun.gif);
}

.background img {
	margin-top: 50px;
}

.navi {
	z-index: 2;
	position: absolute;
	left: 95px;
	top: 60px;
}

.content {
	z-index: 3;
	position: absolute;
	left: 94px;
	top: 184px;
}