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

/* hide from ie on mac \*/
html {
	/*
	*/
	height: 100%;
	margin: 0px;
	padding: 0px;
	overflow-y: auto;
	overflow-x: hidden;
}
/* end hide */
body {
	/*
	*/
	background-color: #FFFFFF;
	height: 100%;
	margin: 0px;
	padding: 0px;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	line-height: 15px;
	color: #333333;
	background-repeat:repeat-x;
	background-position:top;
}

img, div, a{
	behavior: url("/js/iepngfix.htc")
}
/*
img, a{
	behavior: url("/js/iepngfix.htc")
}
*/

h1{
	font-size: 26px;
	font-weight: normal;
	padding-top: 2px;
	line-height: 26px;
	letter-spacing: -1px;
}
h2{
	font-size: 14px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}
h3{
	font-size: 20px;
	font-weight: normal;
	line-height: 20px;
	margin-top: 5px;
	margin-bottom: 0px;
}
h4{
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	margin-top: 5px;
	margin-bottom: 0px;
}
h5{
	font-size: 13px;
	font-weight: bold;
	line-height: 16px;
	margin-top: 5px;
	margin-bottom: 0px;
}
ul{
	text-indent: 17px;
	margin-top: 10px;
	margin-bottom: 0px;
	margin-left: 0px;
	margin-right: 0px;
	padding: 0px;
	width: auto;
	list-style: none;
}

#bgdashboard{
	width:100%;
	height: 445px;
	border-bottom: 5px solid #FFF;
	background-image:url(../images/BG_DASHBOARD.jpg);
	background-repeat: no-repeat;
	background-position: top center;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:2;
}

#bgpeople{
	width:100%;
	height: 445px;
	border-bottom: 5px solid #FFF;
	background-repeat: no-repeat;
	background-position: bottom right;
	position: absolute;
	left: 0px;
	top: 0px;
	z-index:3;
}
#loghi{
	width:410px;
	height:75px;
	position:absolute;
	z-index:4;
}