body {
	background: #fff;
	border: solid 2px #565;
	border-bottom: solid 1px #565;
	border-top: solid 3px #565;
	color: #666;
	margin: 0;
	padding: 0;
}


.here {
	left: 10%;
	top: 25%;
	position: absolute;
	background: #fff;
	border-bottom: solid 1px #390;
	border-left: solid 1px #9a9;
	border-right: solid 1px #390;
	border-top: solid 1px #9a9;
	width: 350px;
	padding: 10;
}

.elsewhere {
	left: 20%;
	top: 50%;
	position: absolute;
	background: #fff;
	border-bottom: solid 1px #390;
	border-left: solid 1px #9a9;
	border-right: solid 1px #390;
	border-top: solid 1px #9a9;
	width: 400px;
	padding: 10;
}

.sig {
	right: 5%;
	bottom: 10px;
	position: absolute;
	background: #fff;
	border-bottom: solid 1px #390;
	border-left: solid 1px #9a9;
	border-right: solid 1px #390;
	border-top: solid 1px #9a9;
	width: 180px;
	padding: 10;
	text-align: right;
}

.bug {
	right: 10%;
	top: 20px;
	position: absolute;
	background: #fff;
	border-bottom: solid 1px #390;
	border-left: solid 1px #9a9;
	border-right: solid 1px #390;
	border-top: solid 1px #9a9;
	width: 75px;
	height: 75px;
	text-align: center;
}

.bug a img {
	border: none;
}
