body {
	background-color: grey;
	width: auto;
	text-align: center;
}

#content, #ring {
	padding: 5%;
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	overflow: hidden;
}

#soon {
	-moz-border-radius: 50%;
	-webkit-border-radius: 50%;
	border-radius: 50%;
	vertical-align: middle;
	overflow: visible;
}

#unicorn, #horse {
	max-width: 100%;
	display: inline;
}

#upgrade {
	font-size: 1.2em;
	background-color: orange;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;;
	border-radius: 10px;
}