body{
	text-align: center;
}
ul{
	margin-top: 1em;
}
div.container{
	width: 764px;
	margin-left: auto;
	margin-right: auto;
	text-align: left;/* for IE */
}
div.head{
	border: 1px solid #000000;
	min-height: 80px;
	background: url(9kcal.png);
	background-position: 100% 50%;
	background-repeat: no-repeat;
}
div.head h1.title{
	color: #808080;
	letter-spacing: 0.5em;
	margin-top: 1em;
	margin-bottom: 1em;
	margin-left: 1em;
}
div.body{
	margin-top: 1em;
	padding-top: 0;
}
div.body p{
	padding: 1em;
}
div.menu{
	width: 25%;
	float: left;
}
div.foot{
	clear: both;
	text-align: right;
}

