body, html {
	padding: 0px;
	margin: 0px;
}

body {
	font-size: 14px;
	font-family: "Lucida Grande", Verdana, Arial, sans-serif;
	background-color: #894213;
	background-position: center top;
	background-image: url(/includes/images/skull.jpg);
	background-repeat: no-repeat;
	background-attachment: fixed;
}

#wrapper {
	width: 800px;
	margin-right: auto;
	margin-left: auto;
}

.contentTable {
	background-color: white;
}
a:active, a:link, a:visited {
	border-style: none;
	text-decoration: none;
	color: #118bc7;
}
 
a:hover {
	text-decoration: underline;
	color: #118BC7
}
#store-tinyCart {
	padding-top: 20px;
}#store-tinyCart a {
	padding-left: 45px;
	padding-bottom: 10px;
	padding-top: 10px;
	padding-right: 10px;
	background-position: left center;
	background-image: url(/includes/images/cart.png);
	background-repeat: no-repeat;
}
#content {
	background-color: white;
}
img {
	border-style: none;
}
