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

/* ubuntu-regular - latin */
@font-face {
  font-family: 'Ubuntu';
  font-style: normal;
  font-weight: 400;
  src: url('ubuntu-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('ubuntu-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('ubuntu-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('ubuntu-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('ubuntu-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('ubuntu-v15-latin-regular.svg#Ubuntu') format('svg'); /* Legacy iOS */
}

/* ubuntu-condensed-regular - latin */
@font-face {
  font-family: 'Ubuntu Condensed';
  font-style: normal;
  font-weight: 400;
  src: url('ubuntu-condensed-v11-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('ubuntu-condensed-v11-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('ubuntu-condensed-v11-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('ubuntu-condensed-v11-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('ubuntu-condensed-v11-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('ubuntu-condensed-v11-latin-regular.svg#UbuntuCondensed') format('svg'); /* Legacy iOS */
}

body {	background: #000 url(../gfx/bg2.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: "Ubuntu", sans;
	font-size: 11pt;
	line-height: 14pt;
	color: #ffe;
	}

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

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

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

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

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

#art {	width:960px;
	margin: 0 auto;
	padding: 0;
	height: 100%;
	background: #050008DD url(../gfx/overlay.png);
	background-position: right bottom;
	background-repeat: no-repeat;
	box-shadow: 0 0 6px 3px #000;
	border-radius: 10px;
	}

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

#top img { border-radius: 10px;
	   }

#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;
		border-radius: 8px;
		}

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

#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 25px;
		background: none;
		float: left;
		}

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

.headingL {	font-family: "Ubuntu Condensed", sans;
		font-size: 16pt;
		font-weight: 900;
		font-style: normal;
		color: #fff;
		margin: 0 0 15px 0;
		padding: 7px;
		line-height: 16pt;
		background: #ffffff33;
		width: 430px;
		text-shadow: 0px 0px 5px #3d9;
		border-radius: 5px;
		}

.headingR {	font-family: "Ubuntu Condensed", sans;
		font-size: 16pt;
		font-weight: 900;
		font-style: normal;
		color: #fff;
		margin: 0 0 15px 0;
		padding: 7px;
		line-height: 16pt;
		background: #ffffff33;
		width: 416px;
		text-shadow: 0px 0px 5px #3d9;
		border-radius: 5px;
		text-align: right;
		}


section {	display: inline-block;
		}

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

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