@charset "UTF-8";
/* BLOCS DE LA WEB */

html {
   height: 100%;
}

body {
	background-color: #000;
	height: 100%;
	font-family:Verdana, Geneva, sans-serif;
	font-size:10px;
	position: absolute;;
	width: 1120px;
	margin:0px;
}

img {
	border:none;
}

#logo-sofa {
	position: relative;
	left: 20px;
	top: 20px;
}


#barra-esquerra {
	position: absolute;
	left: 20px;
	top: 120px;
	width: 	225px;
	line-height:155%;
}

#espai-central {
	position: absolute;
	margin-left: -275px;
	left: 54%;
	top: 120px;
	width: 	550px;
}


#barra-dreta {
	position: absolute;
	right: 20px;
	top: 120px;
	width: 155px;
	text-align:left;
	line-height:150%;
}


