body {
	margin: 0;
	padding: 0;
	background-color:#eeeeee;
	font-size:14px;
	font-family: 'Times New Roman', Times, serif;
}

#logo {
	margin: 0px auto;
	background-image:url('logo.gif');
	width: 300px;
	height: 300px;
}

#header {
	width:100%;
	height: 80px;
	background-image:url('header_back.jpg');
	background-repeat:repeat;
}

#navi {
	color:#eeeeee;
	width: 100%;
	background-color:#2f2f2f;
	padding:4px;
	text-align: center;
}