	html {
		overflow: hidden;
	}
	body {
		position: absolute;
		margin: 0px;
		padding: 0px;
		background: #ffffff;
		width: 100%;
		height: 100%;
	}
	#screen {
		position: absolute;
		left: 250px;
		top: 110px;
		width: 80%;
		height: 80%;
		background:transparent url("estrella.jpg") no-repeat right;
	}
	#logo_index{
	position: absolute;
	left: 30px;
	top: 225px;
	width: 20%;
	height: 20%;
	background: #ffffff;
	background-color: #FFFFFF;
	}
	#especial{
	position: absolute;
	left: 1px;
	top: 20px;
	width: 20%;
	height: 20%;
	background: #ffffff;
	background-color: #FFFFFF;
	}
	
	#titol{
	position:absolute;
	left: 165px;
	top: 63px;
	}
	#peu_pagina{
	position:absolute;
	bottom: 0px;
	left: 10px;	
	font-family: "Adobe Garamond Pro Bold", "Agency FB";	
	}
	#paraules_clau{
	position:absolute;
	bottom: 0px;
	left: 0px;	
	font-size: 4px; 
	font-family: "Adobe Garamond Pro Bold", "Agency FB";	
	color: #FFFFFF;
	}
	#screen img {
		position: absolute;
		cursor: pointer;
		visibility: hidden;
		width: 0px;
		height: 0px;
		-ms-interpolation-mode:nearest-neighbor;
	}
	#screen .tvover {
		border: solid #Ff6600;
	}
	#screen .tvout {
		border: solid #999999;
	}
	#bankImages {
		display: none;
	}
