body{
	background:#eae9e6 url(../images/background.jpg) repeat-x left top;
}
#top{
	
}
#top ul .menupoint{
	background:url(../images/menupoint.jpg) no-repeat center center;
}
#top ul li a:hover, #top ul li .active{
	background:url(../images/topbuttonhover.jpg) repeat-x;
	color:#fff;
}
#footer .left{
	background:#cacaca;
	font-size:9px;
	line-height:20px;
	vertical-align:middle;
	color:#fff;
	padding-left:10px;
	padding-right:10px;
}
#footer .left a{
	color:#fff;
	text-decoration:none;
}
#footer .left a:hover{
	text-decoration:underline;
}
#footer .right{
	line-height:20px;
	vertical-align:middle;
	font-size:9px;
	color:#b0b0b0;
	padding-right:10px;
}