html {
  height: 100%;
  overflow: hidden;
}
#flashcontent {
  height: 100%;
  width:450px;
}
#textcontent{
  height: 100%;
  width:400px;
  position:absolute;
  z-index:100;
  left: 410px;
  top: 0px;

}
#txt_frame {	
	overflow-x: hidden;
	overflow-y: scroll; 
	

 }
body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #CCCCCC;
	font-size: 10px;
	font-family: Verdana, Arial, Helvetica, sans-serif;
	background-attachment: fixed;
	background-image: url(imatges/fons-degr.png);
	background-repeat: repeat-x;
}
.border_inf {
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #FFFFFF;
	color: #FFFFFF;
}
a:link {
	color: #FFFFFF;
	text-decoration: none;
}
a:visited {
	color: #FFFFFF;
	text-decoration: none;
}
a:hover {
	color: #FFCC00;
}
a:active {
	color: #FFFFFF;
	text-decoration: none;
}
h1 {
	font-size: 10px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
}
h1.ebf {
	font-style: normal;
	font-weight: normal;
}
h3 {
	font-size: 9px;
	font-weight: normal;
	font-style: italic;
	letter-spacing: 1px;
}
a.actiu {
	color: #FFCC00;
}
