body{
	width : 100%;
	border : 0px;
	padding : 0px;
	margin : 0px;
	margin-left : auto ; margin-right : auto ;

	background-image : url('bg01.gif');
	background-color : black;
	text-align : center;
	color : white;
}

a{
	color : pink;
}

div.head{
	width : 600px;
	height : 80px;
	text-align : center;
	margin-left : auto ; margin-right : auto ;

	background-image : url('logo.jpg');
}

div.interior{
	width : 600px;
	height : 400px;
	text-align : center;
	margin-left : auto ; margin-right : auto ;

	background-image : url('interior.jpg');
}

div.menu{
	width : 600px;
	height : 50px;
	text-align : center;
	margin-left : auto ; margin-right : auto ;

}

div#map{
	width : 200px;
	height : 200px;
	text-align : center;
	margin-left : auto ; margin-right : auto ;
}

table.access{
	width : 600px;
	border : 0px;
	margin : 0px;
	padding : 0px;
}

table.access tr td{
	text-align : left;
}

table.access tr td.access_right{
	padding-left : 5px;
}
