.main-container {
	top: 50%;
	left: 50%;
    width: 970px;
    height: 266px;
    position: absolute;
	margin: -133px 0 0 -485px;
    border-left: 3px #cd706f solid;
    border-right: 3px #cb706f solid;
}

.bg {
    width: 970px;
    height: 200px;
    margin: 0 auto;
    position: relative;
    line-height: 200px;
    background: #f9e7d1 url('../../images/index-bg.png') no-repeat 50% 50%;
}

.badge, .badge a {
    width: 160px;
    height: 186px;
    right: 0;
    top: 0;
    position: absolute;
}

.badge a{
    background: url('../../images/favoriteplace.png') no-repeat 50% 50%;
}

.badge a:hover {
    right: 2px;
    top: 2px;
}

.nav-bar {
	width: 100%;
	height: 33px;
	text-align: center;
	background: #cb706f url('../../images/nav-bg.png') repeat-x;
}
.nav {
	margin: 0 auto;
    position: relative;
}
ul.services {
    left: 0;
	margin: 0;
	padding: 0;
    bottom: 2px;
	list-style: none;
    position: absolute;
}

ul.services li {
    color: #000;
    font-weight: 700;
    padding: 0 20px 0 30px;
}

.nav ul {
	padding: 0;
	margin: 0;
	list-style: none;
}
.nav ul li, ul.services li {
	float: left;
	height: 33px;
	line-height: 33px;
	text-align: center;
}

.nav ul li {
	color: #f9e7d1;
	border-right: 3px #cb706f solid;
}

.nav ul li a {
    width: 150px;
	height: 27px;
    display: block;
	color: #f9e7d1;
    margin: 3px 0 0 0;
	line-height: 27px;
    text-align: center;
}

.nav ul li a:hover {
    color: #81202b;
    background-color: #f9e7d1;
}

.hb {
	color: #FFF;
	height: 30px;
	float: right;
	font-size: 11px;
	line-height: 30px;
	padding: 0 10px 0 0;
}

.hb a {
    color: #FFFF00;
	font-size: 11px;
}

.hb a:hover {
    color: #FFF;
}