#body-wrapper {
	margin:20px auto;
	width:960px;
}

#logog {
	position:relative;
	float:left;
	width:503px;
	margin:0 0 10px 0;
}

#logog a {
	background:url(images/logo.png) no-repeat;
}

#cartspot {
	position: absolute;
	bottom: 5px;
	right: 0;
	text-align: left;
	float: right;
}

#cartspot ul {
	padding: 0;
	margin: 0;
}

#cartspot li {
	float: left;
	list-style: none;
	font-size: 14px;
	line-height: 1.12;
	letter-spacing: -1px;
	font-weight: bold;
	font-family: Arial, Helvetica, sans-serif;
	position: relative;
	z-index: 20;
}

