/************************************************************
*															*
* Copyright 2009 - lavaqueria.cat							*
* Disseny: Laura Morató - moratolaura@telefonica.net		*
* Programació: Osona Disseny Web - info@osonadissenyweb.com	*
*															*
************************************************************/

html, body {
	 margin:0;
	 padding:0;
	 text-align:center;
	 font-family:Helvetica, Arial, sans-serif;
	 font-size:11px;
}

#wrapper {
	text-align:left;
	margin:17px auto 0 auto;
	width:960px;
}

#footer {
	background: #888888;
	color: #eeeeee;
	font-size: 9px;
	height: 12px;
	padding: 3px 5px 3px 5px;
	position: relative;
}

#footer a:link, #footer a:visited {
	color: #eeeeee;
	text-decoration: none;
}

#footer a:hover, #footer a:active, #footer a:focus {
	text-decoration: underline;
}

#copyright {float: left;}
#dades-contacte {float: right;}
#credits {visibility: hidden;}
#langs {position: absolute; top: 3px; text-align: center; width: 300px; left: 345px;}