/* CSS for Do I Need a Flash Intro? */

body,
html {
	margin: 0;
	padding: 0;
}
body {
	min-width: 750px;
	background: #fff;
}
#wrap {
	margin: 250px auto 0 auto;
	width: 750px;
	background-color: #fff;
	color: #333;
	font: 90%/120% Verdana, Helvetica, Arial, sans-serif;
}
h1 {
	font-size: 500%;
	text-align: center;
}
h1.error {
	font-size: 200%;
	text-align: center;
}
p.error {
	font-size: 120%;
	text-align: center;
}
.please {
	font-size: 150%;
	text-align: center;
}
a:link.acr, a:visited.acr  {
	color: #D15410;
	text-decoration: none;
}
a:link.zoonini, a:visited.zoonini  {
	color: #469BC6;
	text-decoration: none;
}
a:link, a:visited {
	color: #1B55CA;
	text-decoration: none;
}
a:hover {
	text-decoration: underline !important;
}
#footer {
	text-align: center;
	font-size: 80%;
	margin-top: 185px;
	clear: both;
}
.clear {
	clear: both;
}

