html, body {
	margin: 0px;
	color: #ffffff;
}

pre {
 	white-space: -moz-pre-wrap;  /* mozilla, supported since 1999 */
 	white-space: -pre-wrap;      /* opera 4 - 6 */
 	white-space: -o-pre-wrap;    /* opera 7 */
 	white-space: pre-wrap;       /* css3 - text module (candidate recommendation) http://www.w3.org/tr/css3-text/#white-space */
 	word-wrap: break-word;       /* ie 5.5+ */
	font-family: verdana, arial, helvetica, sans-serif;
	margin: 0;
	padding: 0;
}

#horizon {
	background-color: #ffffff;
	text-align: center;
	position: absolute;
	top: 50%;
	left: 0px;
	width: 100%;
	height: 0px;
	overflow: visible;
	visibility: visible;
	display: block;
}

#container {
    font-family: Verdana, Geneva, Arial, sans-serif;
	background: #ffffff;
	color: #ffffff;
	position: absolute;
	top: -225px;
	left: 0px;
	width: 100%;
	height: 450px;
}	



 
#content {
	font-family: Verdana, Geneva, Arial, sans-serif;
	background-color: #ffffff;
	background-position: center;
	background-image: url(../images/grafico.jpg);
	background-repeat: no-repeat;
	margin-left: -300px;
	position: absolute;
	top: -225px;
	left: 50%;
	width: 600px;
	height: 450px;
	visibility: visible
}
