@charset "utf-8";
/* CSS Document */

body {
	 background:url(img/fondo.jpg) top left no-repeat;
	 margin: 0px;
}

h1 {
	background: url(img/titol.png) no-repeat;
	margin: 0px;
	width: 410px;
	height: 80px;
}
h1 span {
	display: none;
}
div#links {
	margin: 30px;
	float: left;
	width: 200px;
}
div#links img {
	border: none;
}
div#video {
	float: right;
	text-align: right;
	margin: 30px;
}