body {
 	font-family: Arial;
}
.main_top{
	display:block;
	background-image: url(../images/box-top-color.png);
	background-repeat: no-repeat;
	background-position: left bottom;
	width: 701px;
	height: 17px;
}
.main_center{
	display:block;
	background-image: url(../images/background.png);
	background-repeat: repeat;
	width: 701px;
}

.main_bottom{
	display:block;
	width: 701px;
	height: 50px;
	background-image: url(../images/box-bottom-color.png);
	background-repeat: no-repeat;
	background-position: left bottom;
}
.main_content{
	display: block;
	font-family: Arial;
	font-size: 12pt;
	color: black;
	padding-left: 20px;
	padding-right: 30px;
	text-align: left;
}
.main_bottomcontent{
	display: block;
	font-family: Arial;
	font-size: 8pt;
	color: black;
	text-align: center;
	padding-top: 0px;
	position: relative;
	top: -40px;
}
.menu_box{
	width: 358px;
	height: 49px;
	position: relative;
	top: 20px;
	right: -150px;
}
.menu_info{
	position: relative;
	top: -35px;
	font-family: Arial;
	font-size: 12pt;
	font-weight: bold;
	color: #8F4B9E;
}
.sleeping_cat{
	position: relative;
	top: -82px;
	right: 0px;
	height: 78px;
	width: 118px;
}
