body {
	margin: 0;
	padding: 0;
	font-family: Tahoma, sans-serif;
	font-size: 13px;
	color: black;
	background: white;
}

a, a:link, a:visited {
	color: black;
	text-decoration: underline;
}

a:hover {
	text-decoration: none;
}

img {
	border: 0;
	margin: 0;
}

.centered {
	width: 900px;
	height: 100px;
	position: absolute;
	top: 50%;
	left: 50%;
	margin-left: -450px;
	margin-top: -50px;
	background: #eee;
	-moz-border-radius-bottomleft:10px;
	-moz-border-radius-bottomright:10px;
	-moz-border-radius-topleft:10px;
	-moz-border-radius-topright:10px;
	filter:alpha(opacity=85);
	-moz-opacity:.85;
	opacity:.85;
}

#quote {
	display: block;
	margin: 12px;
	font-size: 24px;
	font-family: Georgia, Times, "Times New Roman", serif;
}

#quote em {
	font-size: 14px;
	font-style: normal;
	display: block;
	clear: both;
	color: #555;
	margin-top: 4px;
}

#quote em a, #quote em a:link, #quote em a:visited, #quote em a:active {
	text-decoration: none;
	color: #555;
}

#quote em a:hover {
	text-decoration: underline;
}

.ab_bottom {
	position: absolute;
	top:100%;
	left:50%;
	width:280px;
	margin-left:-140px;
	margin-top: -30px;
}

#footer {
	color: gray;
	text-align: center;
}

#footer a, #footer a:link, #footer a:visited, #footer a:active {
	color: gray;
	text-decoration: none;
}

#footer a:hover {
	text-decoration: underline;
}
