body {
	margin: 0;
	background: white url(../img/sfondo.png) no-repeat top left;
}

#index , #preview, #text {
  float: left;
  height: 730px;
  text-align: center;
}
#container{
  height: 680px;
}
#index {
  width: 400px;
}
#text {
  text-align: left;
  padding-left: 10px;
  padding-top: 30px;
  font-family: "Trebuchet MS";
	color: #24333b;
  width: 200px;
}
#loader {
margin-top: 300px !important;
}

#text h1 {
	color: #335568;
	font-size: 16px;
}

#text p {
	font-size: 14px;
}
#text address {
	font-size: 12px;
}
#preview {
  width: 430px;
  border-right: 1px #cccccc solid;
}
#arrows {
  height: 42px;
  clear: both;
  background: transparent url(../img/scuola.png) no-repeat center center;
  
}
.preview {
	border: white 5px solid;
}
#container .preview {
	margin: 5px;
}
#preview {
  padding-left: 100px;
  padding-top: 20px;
}

a img {
	border: none;
}

#right {
	float: right;
	margin-right: 20px;
}

#left {
	float: left;
	margin-left: 20px;
}

#left #right {
	margin-bottom: 0;
	margin-top: auto
}
