* { border: 0; margin: 0; padding: 0; }

body {
	font-family: "Helvetica Neue";
	font-size: 15px;
	color: black;
	background: #ebebeb;
}

a {
	color: black;
}

.center {
	text-align: center;
}

#eatme {
	height: 350px; /* was 400 */
	width: 258px; /* was 298 */
	position: absolute;
	top: 50%;
	margin-top: -200px;
	left: 50%;
	margin-left: -149px;
	padding-top: 100px;
	padding-left: 20px;
	padding-right: 20px;
	background: url(please-no-guns.png) no-repeat;
}

#eatme li {
	list-style: none;
	display: block;
	width: 258px;
	height: 40px;
	text-shadow: 1px white;
	text-shadow: white 0px 1px 0px;
	border-bottom: 1px solid #9A9C9C;
	border-top: 1px solid white;
}

.first {
	border-top: 0 !important;
}

#eatme li img {
	float: right;
}

#eatme li a {
	display: block;
	padding-top: 10px;
	padding-bottom: 10px;
	width: 100%;
	height: 20px;;
	border: none;
	text-decoration: none;
	color: black;
}

.more {
	padding-top: 10px;
}