* {
	padding:0;
	margin:0;
}

/* Mozilla Focus Outline Bug */
a:active {
 outline:none;
}

a:focus {
 -moz-outline-style: none;
}

img {
	border:0px;
}
	
html {
	height:100%;
}
	
body {
	height:100%;
	background-color:#f1ede5;
	text-align:center;
}

#animation {
	width:700px;
	height:700px;
	margin:0 auto;
}

#animation p a {
	font-family:Arial,Helvetica,sans-serif;
	font-size:11px;
	text-transform:uppercase;
	color:#8d9089;
	text-decoration:none;
}

#animation p a:hover {
	text-decoration:underline;
	color:#ab2a52;
}