html, body {
	background-color: #F8F8F8;
	background-image:url(../graphics/fondo.jpg);
	background-repeat:repeat-x;
	text-decoration: none;
	font-family:Small fonts, Arial, Helvetica, sans-serif;
	font-size:9px;
	margin:  0;
	padding: 0;
	border:  0;
	height:100%; 
}
a:link{
	text-decoration: none;	
}
a:visited{
	text-decoration: none;	
}
a:hover{
	text-decoration: underline;	
}
#content{
	color:#777777; 
	width:450px; 
	text-align:left;
}
#flashcontent {
	height:100%; 
	font-size:9px;
}
h1 {
	font-family:Small fonts, Arial, Helvetica, sans-serif;
	font-size:9px;
	font-weight: normal;
	margin:  0;
	padding: 0;
	border:  0;
	text-align:center;
}
