body {
	background-color: #FBE4EC;
	background-image: url(../images/body-bg.jpg);
	background-repeat: repeat-x;
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
	background-position: center top;
}
.menu {
	list-style:none;
	height:auto;
	padding:0;
	text-align:center;
	width:163px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}
.menu li {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	color:#bb465d;
	text-align:center;
	text-decoration:none;
	line-height:40px;
	height:37px;
	width:163px;
	background-image: url(../images/btn.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	margin-top: 5px;
}
.menu li a {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	color:#bb465d;
	text-align:center;
	text-decoration:none;
	line-height:40px;
	height:37px;
	width:163px;
}
.menu li a:hover {
	font-family:Arial;
	font-size:16px;
	font-weight:normal;
	color:#bb465d;
	text-align:center;
	text-decoration:none;
	line-height:40px;
	height:37px;
	width:163px;
	display:block;
	background-image: url(../images/btn_hover.jpg);
	background-repeat: no-repeat;
	background-position: left top;
}
