/*Covalt 2.0*/
img, div{ 
	behavior: url(iepngfix.htc)
}

body{
	color:#222;
	font:12px/1 sans-serif;
	min-width:1000px;
	background-attachment: fixed;
	background-color: #000000;
	background-image: url(../img/bkg.jpg);
	background-repeat: no-repeat;
}
#content{
	width:67%;
	float:left;
	position: absolute;
	left: 5%;
	right: auto;
	top: 120px;
	#top: 130px;
	color: #fff;
	font-size: medium;
	background-image: url(../img/backpix.png);
	padding: 10px;
	bottom: auto;
}
#contentMain{
	width:65%;
	float:left;
	position: absolute;
	left: 5%;
	right: auto;
	top: 90px;
	#top: 110px;
	color: #fff;
	font-size: medium;
}
.footer {
	position: fixed;
	width: 300px;
	right: 3%;
	color: #fff;
	bottom: 3%;
}
.mainLogo {
	position: fixed;
	height: 200px;
	width: 300px;
	right: 3%;
	bottom: 10%;
}
.slogan {
	position: absolute;
	width: 600px;
	top: 5%;
	right: 3%;
}
#BarraPersonalitzada {
	position: absolute;
	left: 1%;
}