@charset "UTF-8";

/*
	
	Copyright © Corporation Eightt.
	
	Coded by the henchmonkeys at Eightt,
	who want you to learn from some of
	their great techniques herein.
	
	Specific Page Author: Taldar Baddley.
	
*/



div#centripetal {
	width: 350px;   /* fixed because of strict image constraints */
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -175px;
	margin-top: -200px;
}

p {
	text-align: center;
	margin-top: 1.3em;
}

p#contact {
	font-size: small;
}

img#spinny {
	width: 100%;
}