




/*
OpenstarTs
Header CSS
$Revision: 1.1.1.1 $
*/
body {
	background-image: url(/dspace/image/header_bacground.jpg);
	background-repeat: repeat-x;
	margin-top: 10px;
	margin-right: 0px;
	margin-bottom: 0px;
	margin-left: 0px;	
}

#header {
	position: relative;
	height: 68px;
	text-align: left;
	}
#logo {
	position: absolute;
	top: 0;
	left: 0px;
	width: 119px;
	}

#scritta {
	position: absolute;
	color: #006E92;
	top: 40px;
	left: 201px;
	font-weight: bold;
		}
#lingue {
	position: absolute;
	top: 15px;
	right: 10px;
		}


