iframe{
	width: 400px;
	height: 400px;
	overflow: hidden;
	border: 0;
	text-align: center;
}
body{
	background: #aaa;
	font-family: Helvetica, monospace;
	font-size: 11pt;
	text-align: justify;
	color: #555;
}
h1 a{
	color: #aaa;
	text-decoration: none;
}
h1 a:visited;{
	color: #aaa;
}

img{
	border: 0;
}
.fullbody{
	width: 500px;
	height: 52em;
	position: relative;
	margin: 0 auto;
	background: #fff;
	border: 1pt;
	border-style: solid;
	border-color: #eee;
	padding: 10px;
}
.bodytext{
	position: absolute;
	bottom: 0;
	padding-top: 23px;
}
.earth{
	position: absolute;
	right: 50%;
	top: 5em;
	color: #fff;
	text-align: right;
	padding: 0;
	
}
.sky{
	position: absolute;
	left: 50%;
	top: 2em;
	color: #fff;
	text-align: left;
	overflow: hidden;
}
.info{
	position: relative;
	padding-top: 100px;
	padding-left: 23px;
	padding-right: 23px;
	padding-bottom: 23px;
	width: 500px;
	border: 1pt;
	border-style: solid;
	border-color: #eee;
	margin: 0 auto;
	top: 23em;
	background: #fff;
	z-index: -1;

}
.earthy{
	color: #1199ee;
	padding: 2px;
}
.starry{
	color: #000;
	padding: 2px;
	
}
big{
	text-align: center;
	color: #d92;
}
.bc{
	color: #000;
}

.green{
	color: #22ff22;
}
.blue{
	color: #26f;
}
.grey{
	color: #aaa;
}
.red{
	color: #f00;
}

.amber{
	color: #ffaa00;
}