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

/* Inserire qui stili customizzati */



#header {
	background-color:#F2F6FA;
	background-image:url(../../public/custom/gui/pixel_top.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	position:relative;
	width:100%;
}

#header h1 {
	background-image:url(../../public/custom/gui/logo.gif);
	background-position:left top;
	background-repeat:no-repeat;
	display:block;
	height:187px;
	width:422px;
	padding: 0px;
	margin-left: 50px;
}

#header h1 span {
	display:none;
}

#header #loggedIn {
	height: 30px;
	width: 350px;
	position: absolute;
	right: 10px;
	top: 10px;
	text-align: right;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	color:#000000;
}

