html, body {
	padding: 0;
	margin: 0;
	background-color: #fcfcfc;
}
.bg-img {
	width: 100%;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 5000;
}
#hometext{
	z-index: 6000;
	position: fixed;
	color: #000;
	display: block;
	width: 100%;
	text-align: right;
	right: 10px;
	bottom: 13px;
	
}
h1#home{
	margin-right: 38px;
	font-size: 1.4em;
	display: block;
	float: right;
	padding: 5px;
	background-color: rgba(255,255,255,0.74);
}
a img{
	border: none;
}
