html,
body {
	margin: 0;
	padding: 0;
	width: 100%;
	height: 100%;
	background: #eee;
	color: #333;
	font-family: Helvetica Neue;
	font-weight: 200;
}

#nav {
	height: 50px;
	background: #FF5656;
	border-bottom: 2px solid #B63535;
	line-height: 50px;
	text-align: center;
	text-transform: uppercase;
	color: #FFEAEA;
	font-weight: 500;
	padding-top: 20px;
}

#back {
	width: 25px;
	height: 25px;
	background: url("../img/back.png") no-repeat;
	position: absolute;
	top: 35px;
	background-size: 25px;
	left: 9px;
}

#box {
	background: #f5f5f5;
}

.menuitem {
	min-height: 35px;
	font-size: 16pt;
	line-height: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E7E3E3;
	position: relative;
}

.menuitem a {
	text-decoration: none;
	color: #333;
	display: block;
	padding: 10px 30px;
}

.item {
	min-height: 35px;
	font-size: 16pt;
	padding: 10px 30px;
	color: #333;
	line-height: 35px;
	border-top: 1px solid #fff;
	border-bottom: 1px solid #E7E3E3;
	position: relative;
}

.arrow {
	width: 25px;
	height: 25px;
	background: url("../img/forward.png") no-repeat;
	background-size: 25px;
	position: absolute;
	right: 17px;
	top: 15px;
}

#btn {
	border: 0;
	display: block;
	height: 70px;
	width: 100%;
	background: #FF5656;
	color: #FFEFEF;
	font-weight: 800;
	text-transform: uppercase;
	font-size: 15pt;
	border-top: 2px solid #FA8080;
	border-bottom: 2px solid #BB4545;
}

#count {
	height: 60px;
	line-height: 60px;
	text-align: center;
	border-bottom: 1px solid #E7E3E3;
}