/* hide from ie on mac \*/
html {
		height: 100%;
		overflow: hidden;
	}
	

body {
		height: 100%;
		margin: 0;
		padding: 0;
		background-color: #ffffff;
		font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	}
	
#content {
	height: 100%;
	width: 100%;
}
h1, h2  {
	color: #bbd700;
}
h2 {
	text-transform: uppercase;
	font-size: 42px;
	line-height: 40px;
	letter-spacing: -1px;
}
h3 {
	color: #666666;
	font-weight: normal;
}
h4 {
	color: #999999;
	font-size: 16px;
	font-style: italic;
}
h5 {
	font-size: 13px;
	color: #666666;
}
p {
	color: #999999;
	font-size: 16px;
}
#menu  li {
	list-style-type: none;
}
#menu ul {
	padding-top: 0px;
	padding-right: 0px;
	padding-bottom: 0px;
	padding-left: 5px;
}
#menu a {
	color: #403d3d;
	font-size: 18px;
}
#menu a:hover {
	text-decoration: none;
	color: #87b522;
}
.centrato {
	text-align: center;
}
a {
	color: #87b522;
}
a:hover {
	text-decoration: none;
}
li {
	color: #bbd700;
	list-style-type: square;
}
h1#logo {
	background-image: url(img/logo_mondinimultimedia.jpg);
	background-repeat: no-repeat;
	height: 180px;
	width: 200px;
}
h1 span {
	margin-left: -4000px;
}
