.tab {width: 2.5em; display: inline-block;}
#printer {
	width: 900px;
	margin: 0 auto;
	position: absolute;
	top: auto;
	
	background-color: transparent;
	left: 120px;
	padding:30px 80px;
	bottom:0px;
	background-image: url(img/paper.jpg);
	background-size:900px;
	background-repeat: repeat-y;
}
body {
	background-image: url(img/4004.jpg);
	background-size: cover;
	font-family: Courier, "Courier New", monospace;
	font-weight:bold;
	color: #222;
}

.house p {
	margin: 0;
	height:14px;
}
.house .l1 { margin-left: 0;}
.house .l2 { margin-left: 12px;}
.house .l3 { margin-left: 24px;}
.house .l4 { margin-left: 36px;}

.house {

	margin-bottom: 16px;
	height:0;
	clear: both;
}

.shade {
	
	height:14px;
	width:0;
	display: block;
	overflow:hidden;
}

.sharing {
	float:right;
	display: block;
	right: 200px;
	margin-right: 130px;
	margin-top: -26px;
}

.sharing a {
	
	border: 2px solid black;
	border-radius: 4px;
	padding: 3px;
	text-decoration: none;
	
	color: black;
	font-weight: normal;
	font-size: 85%;
}

.sharing a:hover {

	background-color: #0084b4;
	color: white;
}

#info {
	position: absolute;
	width: 200px;
	left: 1050px;
	color: white;
}
#info a {
	color: white;
}