/* enter to the realm of satan */
body {
	min-width: 760px;
	text-align: center;
	background: #666;
	font-family: "Helvetica Neue", helvetica, arial, sans-serif;
	font-size: 76%;
	color: #fff;
}
#carveSlayer {
	padding: 125px 0 0 0;
	margin-left: auto;
	margin-right: auto;
	width: 760px;
	font-size: 1.05em;
}
h1 {
	display: none;
}
#buy {
	margin: -30px 0 0 0;
}
a.btn {
	padding: 5px 12px;
	-moz-box-shadow: inset 0px 1px 0px 0px #a84d45;
	-webkit-box-shadow: inset 0px 1px 0px 0px #a84d45;
	box-shadow: inset 0px 1px 0px 0px #a84d45;
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #a31616), color-stop(1, #61150c) );
	background: -moz-linear-gradient( center top, #a31616 5%, #61150c 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#a31616', endColorstr='#61150c');
	background-color: #a31616;
	border-radius: 8px;
	-moz-border-radius: 8px;
	-webkit-border-radius: 8px;
	border: 1px solid #61150c;
	color: #fff;
	font: normal 1.6em "Helvetica Neue", helvetica, arial, sans-serif;
	text-shadow: 1px 1px 0px #a62f26;
	text-decoration: none;
	display: inline-block;
}
a.btn:link {
	color: #fff;
}
a.btn:visited {
	color: #fff;
}
a.btn:hover {
	background: -webkit-gradient( linear, left top, left bottom, color-stop(0.05, #61150c), color-stop(1, #a31616) );
	background: -moz-linear-gradient( center top, #61150c 5%, #a31616 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#61150c', endColorstr='#a31616');
	background-color: #61150c;
}
a.btn:active {
	position: relative;
	top: 1px;
}
ul#links {
	padding: 65px 0 20px 0;
	list-style: none inside none;
	font-size: 1.15em;
}
ul#links li {
	display: inline;
}
ul#links a {
	margin: 0 30px 0 30px;
	padding: 10px 8px 6px 8px;
	color: #fff;
	text-decoration: none;
}
#links a:hover {
	background: #000;
}
#links .icon {
	margin: 0 4px 0 0;
	vertical-align: bottom;
}