#container {
	background-image:  url("images/background_index.gif");
	background-attachment: fixed;
	background-repeat: no-repeat;
	background-position: center top;
	position: relative;
	height: 566px;
	width: 800px;
	border: 1px solid #147DB8;
	text-align: left;
}
#navi {
	color: #FFFFFF;
	float: left;
	width: 131px;
	height: 100px;
}
#title {
	float: left;
	height: 97px;
	width: 523px;
	text-align: right;
	padding-left: 146px;
}
#content {
	font-family: Arial, Helvetica, sans-serif;
	float: left;
}
body {
	text-align: center;
}
.outline {
	border: 1px solid #83ABBE;
}
