/* CSS Document */

body {
	margin: 0 auto; /* esto centra el contenedor en los navegadores IE 5*. El texto se ajusta posteriormente con el valor predeterminado de alineación a la izquierda en el selector #container */
	background-image:url(../imatges/background.jpg);
	background-repeat:repeat-x;
	background-color:#DFFEDF;
	text-align: center;
}
a {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
}
a:link {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #999999;
	text-decoration: none;
	cursor: pointer;
	font-weight: normal;
}
a:visited {
	color: #999999;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	cursor: pointer;
}
a:hover	{
	color: #000000;
	text-decoration: none;
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: bold;
	cursor: pointer;
}
a:active {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
	cursor: pointer;
}
#centered {
	position: absolute;
	left: 50%; /* centra desde left y luego se resta la mitad del ancho en margin-left */
	top: 40%; /* casi centra desde top y luego se resta la mitad del alto en margin-top */
	height:460px; /* es el ato del objeto */
	width: 605px; /* es el ancho del objeto */
	margin-left: -300px; /* es la mitad de 600px de ancho */
	margin-top: -220px; /* es casi la mitad del alto */
}
.nom {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 27px;
	color: #666666;
	letter-spacing: 18px;
	text-align: center;
	width: 605px;
}
.texte {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	width: 250px;
}
.separacio {
	border-left-width: 5px;
	border-left-style: solid;
	border-left-color: #999999;
}
.contacte {
	font-family: "Courier New", Courier, monospace;
	font-size: 14px;
	color: #000000;
}
