html { cursor: none; }
body {
	background: url(http://duoxduox.com/uploads/2012/01/sponge.jpg);
	cursor: none;
}

#header {
	display: none;
}

#view {
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	cursor: url(/css/blank.cur), none;
	z-index: 3000;
}
	#view canvas {
		position: fixed;
	}

#cursor {
	background: url(/uploads/2012/01/sponge-cursor-206.png) no-repeat;
	width: 206px;
  height: 182px;
  position: absolute;
  bottom: 40%;
  z-index: 10000;
}

#crib {
}

#infoText {
	bottom: 20px;
	left: 20px;
	right: 20px;
	top: 0;
}

#charmIs {
	background-color: #1165ff;
	background-color: rgba(17,101,255,.7);
	color: #f55b31;
	display: none;
	font-size: 40px;
	left: 0;
	padding: 20px 40px;
	position: fixed;
	right: 0;
	text-shadow: 0 1px 0 #333;
	font-weight: bold;
	font-family: verdana;
	letter-spacing: 13px;
}

#charm {
	visibility: hidden;
}

#charmIs .center {
	height: 450px;
}

#info {
	height: 450px;
	margin: 0 auto;
	position: relative;
	width: 450px;
}
	#info img {
		margin: 0 auto;
	}

#d4lFamily li {
	display: none;
	margin: 0;
	padding: 0;
	position: fixed;
	z-index: 5000;	
}
	#d4lFamily a {
		display: block;
	}

#debra {
	bottom: 0;
	height: 148px;
	width: 92px;
}

#bucket {
	bottom: 10px;
	height: 120px;
	right: 10px;
	width: 120px;
}

#resignation {
	background-color: #e50000;
	background-color: rgba(229,82,21,.8);
	bottom: 50px;
	color: #EEE;
	display: none;
	font-family: Monaco, Verdana, monospace;
	font-size: 11px;
	height: auto;
	overflow: auto;
	padding: 20px;
	position: fixed;
	top: 0;
	width: 500px;
	z-index: 4900;
}

.letter #text {
	display: none;
}

.letter .close {
	cursor: pointer;
	float: right;
	margin: 0 0 15px 15px;
} 

.letter span {
	background-color: ;
	opacity: 0;
}
.letter p {
	line-height: 1.46;
}