body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}

table {
	border-collapse:collapse;
	border-spacing:0;
}

fieldset,img { 
	border:0;
}

address,caption,cite,code,dfn,em,strong,th,var {
	font-style:normal;
	font-weight:normal;
}

ol,ul {
	list-style:none;
}

caption,th {
	text-align:left;
}

h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}

q:before,q:after {
	content:'';
}

abbr,acronym { 
border:0;
}

h1{
	color: black;
	font-weight: bold;
	font-size: 1.5em;
}

a{
	color: black;
	text-decoration: none;
}

html, body, #container { 
    min-height: 100%; /*Sets the min height to the 
                        height of the viewport.*/
    width: 100%; 
    height: 100%; /*Effectively, this is min height 
                    for IE5+/Win, since IE wrongly expands 
                    an element to enclose its content. 
                    This mis-behavior screws up modern  
                    browsers*/
    margin: 0; 
    padding: 0;

}

html>body #container {
    height: auto; /*this undoes the IE hack, hiding it
                    from IE using the child selector*/
}

body{
	font-size: 0.8em;
	font-family: tahoma;
	margin-right: auto;
	margin-left: auto;
	right: auto;
	left: auto;
	background-color: black;
	position: relative;
	height: 100%;
	min-width: 1000px;
	text-align: center;
	overflow: hidden;

}

#container{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	min-width: 1000px;
	text-align: left;
}

#cleaner{
	clear: both;
}

#contenuto{
	left: 0px;
	top: 0px;
	position: relative;
	/* height: 90%; */
	width: 100%;
}

#sfondo{
	left: 0px;
	top: 0px;
	position: absolute;
	width: 100%;
}

#immagine{
	position: relative;
}

#footer_menu{
	background-color: white;
	border-top-color: black;
	border-top-style: solid;
	border-top-width: 1px;
	position: absolute;
	left: -2000px;
	visibility: visible;
	padding: 20px;
	text-align: left;
	/* height: 10%; */
	width: 100%;
	bottom: 0%;
	left: 0px;
}

#main_title{
	position: relative;
	height: 50px;
}

.menu{
	height: 5px;
	position: relative;
	float: left;
	margin-right: 50px;
	margin-top: 5px;
}

#01_menu_news{
	height: 50px;
	position: relative;
}

#02_menu_portfolio{
	height: 50px;
	position: relative;
}

#03_menu_exposition{
	height: 50px;
	position: relative;
}

#04_menu_contact{
	height: 50px;
	position: relative;
}

.sottomenu{
	margin-right: 50px;
	margin-top: 10px;
	float: left;
	position: relative;
}

#contact{
	padding-top: 50px;
}

#gallery{
	position: absolute;
	padding: 15px;
	width: 100%;
	left: 0px;	
}

#galleryTOP{
	position: absolute;
	padding: 15px;
	width: 100%;
	left: 0px;
}

.gallery{
	float: left;
	margin-right: 10px;
	display: inline;
	position: relative;
}

#content{
	position: relative;
}

.hide{
	visibility: hide;
}

.overlay{
	position: absolute;
	top: 0; /* These positions makes sure that the overlay */
	bottom: 0;  /* will cover the entire parent */
	left: 0;
	width: 100%;
	background: #000;
	opacity: 0.50;
	-moz-opacity: 0.50; /* older Gecko-based browsers */
	filter:alpha(opacity=50); /* For IE6&7 */
}

#news_content{
	padding-top: 50px;
	margin-top: 50px;
	position: absolute;
	left: 20px;
}

#exposition_content{
	padding-top: 50px;
	margin-top: 50px;
	position: absolute;
	left: 20px;
}

#response{
	display: none;
	border: 1px solid #000;
	background: #f8f8f8;
	padding: 5px;
}