 html,body{
      margin:0;
      padding:0;
      height:100%;
      border:none;
	 	background: White /*url(../img/tramafons_01.gif);*/
   }

#contenidor {
	width:100%;
	height:100%;
	margin: 0;
	position:relative;
}

#contingut {

	width: 760px;
	height: 100%;
	position: absolute;
	top: 0px;
	left: 0px;
	padding: 0;
	/*overflow: auto;*/
	background: Black;
}
.peu{
	padding-left: 20px;
	padding-top: 20px;
}


.normaltext {
	font: 0.7em  Arial, Helvetica, sans-serif;
	color: White;
	line-height: 130%;
}
a {
	color: White;
	}


