html {	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
}

body {	background: #000 url(../gfx/bg.jpg);
	background-attachment: fixed;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	text-align: center;
	margin: 0px;
	padding: 0px;
	height: 100%;
	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
	font-size: 11pt;
	line-height: 14pt;
	color: #faf6f8;
	}

a:link {	color: #e5d5a5;
		text-decoration: none;
		}

a:visited {	color: #d5c595;
		text-decoration: none;
		}

a:active {	color: #f59979;
		text-decoration: none;
		}

a:hover {	color: #fdc;
		text-decoration: none;
		text-shadow: 0px 0px 3px #fdc;
		}

#artboard {	margin: 0;
		padding: 0;
		width: 100%;
		min-height: 100%;
		position: relative;
		}

#art {	width:960px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background: #1A1211DD url(../gfx/overlay.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0 0 16px 8px rgba(0, 0, 0, 0.8);
	}

#top {	width: 960px;
	text-align: center;
	margin: 0;
	padding: 0 0 48px 0;
	}

#mmmeat {	width: 460px;
		text-align: left;
		margin: 0;
		padding: 0 0 0 22px;
		background: none;
		float: left;
		font-size: 0;
		line-height: 0;
		}

#mmmeat img {	border: solid 3px #00000000;
		padding: 0;
		margin: 0;
		}

#mmmeat img:hover {	border: solid 3px #fdc;
			box-shadow: 0px 0px 12px #fdc;
			}

#mmmeat p {	margin-bottom: 11pt;
		margin-left: 3px;
		}

#about {	width: 430px;
		text-align: justify;
		margin: 0;
		padding: 0 25px 0 0;
		background: none;
		float: right;
		}

#about img {	border: 0;
		float: right;
		margin-left: 15px;
		}

#links {	width: 460px;
		text-align: left;
		margin: 50px 0 0 0;
		padding: 0 0 0 22px;
		background: none;
		float: left;
		}

#contact {	width: 430px;
		text-align: justify;
		margin: 50px 0 0 0;
		padding: 0 25px 0 0;
		background: none;
		float: right;
		}

.heading {	font-family: "Palatino Linotype", "Book Antiqua", Palatino, serif;
		font-size: 16pt;
		font-weight: 900;
		font-style: normal;
		color: #fff;
		margin: 0 0 15px 0;
		padding: 0;
		line-height: 16pt;
		text-shadow: 0px 0px 5px #fdc;
		}

section {	display: inline-block;
		}

#footer {	clear: both;
		padding: 64px 0;
		text-align: center;
		font-size: 10pt;
		font-weight: 300;
		color: #9a8876;
		}

.bullet {	display: inline;
		border: 0;
		padding: 0;
		margin: 0;
		vertical-align: middle;
		}