@charset "utf-8";
/* CSS Document */

* {
	padding:0;
	margin:0;
}

html {
	width:100%;
	height:100%;
}

body {
	width:100%;
	height:100%;
	background-color:#dfdcd6;
	font-family:"Courier New", Courier, monospace;
	color:#332827;
}

#fluff {
	position:absolute;
	height:100px;
	width:100%;
	bottom:30%;
	text-align:center;
	background-image:url(../fluffheaps_splash.png);
	background-repeat:no-repeat;
	background-position:center;
}

#line {
	position:absolute;
	height:48px;
	width:100%;
	bottom:30%;
	background-color:#eeebe6;
	border-top:1px solid #332827;
	border-bottom:1px dotted #332827;
	font-size:1.1em;
	text-align:center;
	line-height:50px;
	z-index:-5;
}
	
#bottom {
	position:absolute;
	bottom:0;
	height:30%;
	width:100%;
	background-color:#ffffff;
}

#preview {
	width:670px;
	height:inherit;
	margin-left:auto;
	margin-right:auto;
}
	
#credits {
	position:absolute;
	bottom:0;
	height:20px;
	width:100%;
	background-color:#eeebe6;
	border-top:1px dotted #332827;
	font-size:0.6em;
	text-align:center;
	line-height:20px;
}

img {
	border:1px solid #332827;
	float:left;
	margin:10px 5px 5px 5px;
}

a:link, a:visited {
	color:#332827;
	text-decoration:none;
}

a:hover, a:active {
	color:#332827;
	text-decoration:underline;
}