html, body {
	background-image: url(../images/bg.gif);
	height: 100.1%;
}

#container {
	width: 100%;
	border: 0;
}

#content_table {
	width: 1024px;
	border: 0;
}

#bg_top {
	background-image: url(../images/bg_top.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 128px;
}

#bg_content {
	background-image: url(../images/bg_content.gif);
	background-repeat: repeat-y;
	width: 1024px;
}

.bg_navi {
	background-image: url(../images/bg_navi.png);
	background-repeat: no-repeat;
	width: 130px;
	height: 30px;
}

.bg_navi_active {
	background-image: url(../images/bg_navi_active.png);
	background-repeat: no-repeat;
	width: 160px;
	height: 30px;
}

#navi {
	background-image: url(../images/gitarre.png);
	background-repeat: no-repeat;
	background-position: bottom;
	width: 274px;
}

#content_index {
	width: 750px;
	height: 600px;
}

#content {
	background-image: url(../images/band.png);
	background-repeat: no-repeat;
	background-position: 50% 50%;
	width: 750px;
	height: 600px;
}

#bg_bottom {
	background-image: url(../images/bg_bottom.jpg);
	background-repeat: no-repeat;
	width: 1024px;
	height: 24px;
}
