@charset "UTF-8";
/* CSS Document */

a {
	font-family: "Courier New", Courier, monospace;
	color: #FFFFFF;
	font-size: 13pt;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}
a:hover	{
	color: #FFFF00;
	font-family: "Courier New", Courier, monospace;
	font-size: 13pt;
	font-weight: bold;
	cursor: pointer;
}
body {
	margin-left: 0px;
	margin-top: 0px;
	margin-right: 0px;
	margin-bottom: 0px;
}
img {
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
	overflow: visible;
	border: 0px none #FFFFFF;
}
#background	{ 
	position: relative; 
	top: 0px; 
	left: 0px; 
	width: 100%; 
	height: 100%; 
	z-index: 1; 
	visibility: visible
}
#centered {
	position: absolute; /* amb IE6 no apareix amb el shadowbox */
	text-align: center;
	width: 100%;
	height:10px;
	top: 30%;
	margin-top: -190px;
	z-index:1;
}
#contador {
	position: fixed;
	height: inherit;
	width: inherit;
	left: 0px;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
	z-index: 8;
}
#design {
	cursor: pointer;
	border: 0px none #FFFFFF;
	margin: 0px;
	padding: 0px;
	height: 13px;
	width: 72px;
	/* el seguent fa que es desplaci la imatge i quedi un borde per dos costats */
	clip: rect(1px,auto,auto,1px);
	overflow: hidden;
}
.design-border {
	/* això treu el borde lila (IE 6) de la imatge "design" */
	cursor: pointer;
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	border: 0px none #FFFFFF;
}
#click_here {
	cursor: pointer;
	overflow: visible;
}
.last_mod {
	font-family: Verdana, Arial, Helvetica, sans-serif;
	font-size: 9px;
	color: #000000;
}
.nom {
	font-family: "Courier New", Courier, monospace;
	font-size: 24px;
	font-weight: bold;
	color: #666666;
	letter-spacing: 3px;
}
