* html img {
	behavior: url(http://www.stabilitaprecaria.it/wp-content/themes/stabiltaprecaria/css-dock-menu/iepngfix.htc);
}

body {
    margin: 0;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: black;
    background: #F4F4EA url(images/background.jpg) repeat-x center top;
}

h1, h2, h3, h4, h5, h6 {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 24px;
}

h3 {
    font-size: 20px;
}

a {
    color: #0000EE;
    text-decoration: none;
}

a:hover {
    color: #CC0000;
    text-decoration: underline;
}

#pagina {
    width: 984px;
    margin-left: auto;
    margin-right: auto;
}

#identity {
	position: absolute;
	width: 100%;
	top: 0;
	left: 0;
	padding: 5px;
	background-color: #FFFFCE;
	border-bottom: 1px solid black;
	z-index: 10000;
}

#testata {
	z-index: 1000;
    position: absolute;
    top: 0;
    width: 984px;
    height: 110px;
    margin-left: auto;
    margin-right: auto;
    background: transparent url(images/header.jpg) no-repeat center top;
}

#testata h1 {
    margin: 0;
    padding-left: 15px;
    width: 216px;
    height: 35px;
    overflow: hidden;
}

#testata h1 a {
    display: block;
    margin-top: 10px;
    padding-top: 25px;
}

#gratisBadge {
    position: absolute;
    margin-top: 42px;
    margin-left: 595px;	
    z-index: 100000;
}

#headerBanner {
	position: absolute;
	right: 0;
	top: 10px;
	width: 728px;
}

#testata #ricerca {
    position: absolute;
    right: 20px;
    top: 60px;
}

#testata #ricerca input#q {
	font-size: 14px;
	padding: 3px;
	background: white url(images/manage/action_search.png) no-repeat right 1px;	
}

#menu {
    list-style: none;
    padding: 0;
    margin: 0;
    position: absolute;
    bottom: 0;
}

* html #menu {
	bottom: -1px;	
}

#menu li {
    float: left;
    padding: 4px;
}

#menu li a {
    font-family: "Trebuchet MS", Tahoma, Verdana, sans-serif;
    font-size: 18px;
    text-decoration: none;
    color: white;
    display: block;
    padding: 10px;
}

#menu li a:hover {
    border-bottom: 6px solid #EFEFEF;
}

#corpoSpacer {
	height: 110px;	
}

#corpo {
/*    margin-top: 171px;*/
    margin-bottom: 20px;
    border-left: 2px solid #DAD9C9;
    border-right: 2px solid #DAD9C9;
    border-bottom: 2px solid #DAD9C9;
	-moz-border-radius-bottomleft: 20px;
	-webkit-border-radius-bottomleft: 20px;
	-moz-border-radius-bottomright: 20px;
	-webkit-border-radius-bottomright: 20px;
    background-color: white;
    padding-bottom: 30px;
}

#leaderboard {
	width: 100%;
	margin-left:10px;
	margin-right: auto;
	padding-top: 12px;
}

#piede {
/*	position: fixed;
	bottom: 0;*/
	padding: 20px 0;
	width: 980px;
	text-align: center;
    border-left: 2px solid #DAD9C9;
    border-right: 2px solid #DAD9C9;
    border-top: 2px solid #DAD9C9;
	-moz-border-radius-topleft: 20px;
	-webkit-border-radius-topleft: 20px;
	-moz-border-radius-topright: 20px;
	-webkit-border-radius-topright: 20px;
    background-color: white;
    color: #666666;
}

.messages {
	background-color: #FFFFCE;
	padding: 3px;
	border: red 1px solid;
}

.messages ul {
	list-style: none;
	padding-left: 0;
}

ul.errors {
	list-style: none;
	background-color: #FFFFCE;
	padding: 3px;
	border: red 1px solid;
	width: 500px;
}