html, body {
	margin:0;
	padding:0;
	width: 100%;
	height: 100%;
	background: #666;
	font-family: Verdana, Arial;
	display: block;	
}

#container {
	width: 800px;
	height: 450px;
	margin: 0 auto 0 auto;
	-webkit-box-shadow: 2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	-moz-box-shadow:    2px 2px 10px 0px rgba(50, 50, 50, 0.75);
	box-shadow:         2px 2px 10px 0px rgba(50, 50, 50, 0.75);
}

#header {
	background: #ECE8DB url('../img/header.png');
	width:800px;
	height:84px;
}

#header p {
	margin: 0; border: 0;
	padding-left:33px;
	padding-top: 30px;
}

#footer {
    width: 800px;
	height: 45px;
	background: #ECE8DB;
}

#footer p {
	padding: 11px 14px 0 14px;
	clear:both;
}

.divPromoLogoCasals {
	background: url('../img/casals.png') no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display:block;
	height: 24px;
	width:82px;
	float:left;
}

a.divPromoLogoCasals:hover {
	background-position: 0 -24px;
}

.divInformacio {
	background: url('../img/info.png') no-repeat scroll 0 0 transparent;
	cursor: pointer;
	display: block;
	height: 21px;
	width: 21px;
	float:right;
}

a.divInformacio:hover{
	background-position: 0 -21px;
}

#credits{
	margin-top: 0;
	padding: 10px 15px 0 15px;
	width: 768px;
	height: 530px;
	display: none;
	background: #fff;
	position: absolute;
	top: 46px;
	z-index:1000;
	border:1px solid #eee;
}

#autors4 {
	margin-top: 10px;
}

#text_legal {
	font-size: 0.7em;
	margin-top: 10px;
	width: 700px;
}