body {
	color: #666666;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 101%;
	margin: 0;
	padding: 0;
	background-image:  url("../images/index/index_background.jpg");
	background-repeat: no-repeat;
	background-position: 75px 40px;
}
#citologo {
	position: absolute;
	left: 349px;
	top: 90px;
	width: 215;
	height: 116;
}
#content {
	position: absolute;
	left: 455px;
	top: 190px;
	width: 335;
}
#content p {
	font-size: 0.8em;
	padding-bottom: 20px;
}
.content_footer {
	font-size: 0.6em;
}
a:link {
	color: #008CB5;
	text-decoration: none;
}
a:visited {
	color: #008CB5;
	text-decoration: none;
}
a:hover {
	color: #89CADD;
	text-decoration: none;
}
a {
	font-weight: bold;
	font-size: 0.8em;
}
.button {
	border: none;
}
h1 {
	font-size: 1em;
	color: #000000;
}
.infobar {
	font-size: 0.7em;
	background-color: #F3F3F3;
	padding: 5px;
	border: thin solid #008CB5;
}
.infobar_new {
	font-size: 0.7em;
}
#footer {
	color: #666666;
	font-size: 0.8em;
	padding-top: 10px;	
	padding-bottom: 5px;
}
