body {
	font-size:12px;
	color:#555;
	margin:0px;
	padding:0px;
	background:url("/img/image_bg.jpg") repeat-x;
	text-align:center;
}
a{
	color:#55e;
}
#map{
	width:400px;
	height:500px;

}
#whole {
	width: 770px;
	height:100%;
	margin: auto;
	margin-top:18px;
	background:url("/img/image_bg_main.jpg") repeat-y;
	text-align:left;
}
#header {
	margin: 18px 0px 0px 0px;
	padding: 0px;
	margin: auto;
	width:770px;
}
.main{
	width:700px;
	padding:20px;
	margin:0px;
	margin: auto;
	line-height:170%;
}
.right{
	float:right;
	width:280px;
	padding:10px;
}
.left{
	float:left;
}
.clear{
	clear:both;
}
.description{
	padding:20px;
}
.tdftdiv{
	text-align:center;
}
.comment{
	margin-top:50px;
}