#welcome {
	color: white;
    font-size: 100;
	background-color: grey;
	border: none;
    border-bottom: 2px dashed;
    color: white;
	text-shadow: 2px 2px black;
}	

hr {
  border: none;
  border-bottom: 2px dashed;
  color: black;
}

address {
	float: right;
	background-color: grey;
	border: none;
    border-bottom: 2px dashed;
    color: black;
}

body {
	border: 3px dashed gray;
}

#GHOST {
	float: right;
}

#G {
	float: center;
}