@charset "utf-8";
/* CSS Document */

#wrapper {
	width: 748px;
	border: medium solid #3D4C63;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
}
#menu-box {
	width: 748px;
	text-align: center;
}
#sales-box {
	width: 748px;
}
h1 {
	font-size: x-large;
	color: #3D4C63;
}
.sale {
	color: #F3011A;
	text-decoration: line-through;
}

