#header {
	height: 97px;
	width: 750px;
}
#navi {
	float: left;
	width: 120px;
	padding-top: 5px;
	padding-right: 5px;
}
#middle {
	float: right;
	width: 620px;
	padding-top: 5px;
	padding-right: 5px;
	color: #fc9;
	font-size: medium;
}
#up {
	width: 620px;
	color: #FC9;
}
#down {
	width: 620px;
	color: #fc9;
}
#footer {
	clear: both;
	height: 67px;
	width: 750px;
	font-size: small;
	color: #fc9;
	text-align: center;
}
#wrapper {
	width: 750px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-image: url(gif/background.gif);
	background-repeat: repeat;
}
#under {
	width: 120px;
	font-size: x-small;
	color: #fc9;
}
#wrapper #middle #up p {
	text-align: center;
}
