body {
	background-image: url(pictures/bg.jpg);
	background-attachment: fixed;
	background-position: top center;
	background-repeat: no-repeat;
	background-color: #000000;
	border-bottom-color: #000000;
	color: #ffffff;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 12px;
	background-color: #000000;
	}

div.wrapper {
	position: relative;
	background-image: url(pictures/black75percent.png);
	background-repeat: repeat;
	margin-left: auto;
	margin-right: auto;
	width: 780px;
	height: 600px;
	}

div.header {
	position: relative;
	top: 0px;
	left: 0px;
	width: 780px;
	height: 150px;
	}

div.navi {
	position: relative;
	top: 5px;
	left: 5px;
	width: 770px;
	height: 20px;
	}

div.content {
	position: relative;
	top: 5px;
	left: 5px;
	width: 770px;
	height: 400px;
	overflow: auto;
	}

div.indexcontent {
	position: relative;
	top: 5px;
	left: 5px;
	width: 770px;
	height: 400px;
	overflow: hidden;
	text-align: center;
	color: #C00;
	}

div.footer {
	position: relative;
	width: 770px;
	margin: 0px auto;
	top: 5px;
	left: 5px;

	}
