

body {
	background-image:url(../images/hatter.png);
	background-repeat:repeat;
	color:#fff;
		
}


#shoppingcart {
	margin:0 auto;
	position: relative;
	top: 50px;
	left: 50px;

	width: 500px;
	background: #a9977f;
	border: 1px solid #444;
	box-shadow:8px 12px 10px 3px #333;
}

.kep {
position:relative;
display:inline;
left:155px;
top:-40px;
z-index:99;
	
}

#shoppingcart p {
	margin: 0 1em 1em;
}

h1 {
	font-size: 140%;
	margin: 0.5em 1em;
}

#booklist, #contents {
	margin:0 auto;
	position: relative;
	background: #111;
	border: 1px solid #333;
}

#booklist ul {
	list-style-type: none;
}

#booklist ul li {
	margin: 0 1em 1em;
}

#contents table {
	font-size: 90%;
	border-collapse: collapse;
}

#contents table td {
	border: 1px solid #999;
	width: 20%;
}

#contents p, #contents button {
	margin: 1em;
}