body{

    text-align:center;  
    background-color:#000000;

    
    font-family: verdana,arial;
    font-size:10pt;
    color: #555555;
       
}

#contenitore{
    position: relative;
    width: 900px;
	height: 1220px;
	background: #000000 url(images/sfondo.jpg) no-repeat;
}

#main{
    position: relative; 
}
#centrale{
    position: relative;
    width: 900px;
	height: 114px;
	top: 1px;
	left: 7px;
	padding-top: 10px; 
    text-align: justify;

}

#centrale_blackLeftBar{
    position: relative;
    display: none;
    width: 15px;
	height: 114px;
	top: -114px;
    background: #ff0000;
    text-align: justify;
}


#mainBottom{
    position: relative;
    width: 900px;
	height: 470px;
	top: 0px;
	padding: 30px;
    color: #FFFFFF;
    text-align: justify;
}

 #colonna1{
  position: relative;
  top: 0px;
  left: 0px;
  height: 450px;
  width: 220px;
  border: solid 0px;
  }

 #colonna2{
  position: relative;
  top: -452px;
  left: 230px;
  height: 450px;
  width: 220px;
  border: solid 0px;
}

 #colonna3{
  position: relative;
  top: -904px;
  left: 458px;
  height: 450px;
  width: 220px;
  border: solid 0px;
}

A:link {
	FONT-WEIGHT: bold; COLOR: #B400FF; 
	text-decoration : none;
}
A:visited {
	FONT-WEIGHT: bold; COLOR: #B400FF; 
	text-decoration : none;
}
A:hover {
	COLOR: #AAAAAA; 
	text-decoration : none;
}
A:active {
	COLOR: #B400FF; 
	text-decoration : none;
}
