@charset "ISO-8859-4";
/* CSS Document */

body{
	background-color: #000000;
	font-family: Helvetica, Arial, sans-serif;
	color: #FFFFFF;
	font-size: 12px;
	}

#body{
	position: relative;
	width: 872px; /* 900px - (14px *2) del padding */
	left:50%;
	margin-left: -450px;
	padding: 13px 14px;
	}

#head{
	height: 115px;
	border-bottom: 2px solid #e3d9d4;
}

#head img{
	float: left;
}


#menu{
	float: right;
	text-align: right;
}


#content{
	padding: 13px 0px;
	border-bottom: 2px solid #e3d9d4;
	overflow: hidden;
	width: 100%;

}

#foot{
	padding-top: 10px;
}

/*
	Per colocar després dels float left o right
	Ex:
	<img class="fl"/>      <img class="fr"/>
	<div class="c"></div>  <------------------------- Actua com un "salt de linea" després dels dos objectes flotants

*/
.c{
	clear:both;
	font-size: 0;
}

.fl{ float:left;}
.fr{ float: right;}


#idiomes{
	height:347px; /* 525 - padding-top */
	text-align: center;
	padding-top: 178px;
	}


#credits{
	background-color: #131313;
	position: absolute;
	bottom: 0px;
	width: 100%;
	}

#credits div{
	margin: 10px;
	}