html{
  height: 100%;
  width: 100%;
}

body{
  height: 100%;
  width: 100%;
  background: url(chrome/app_sfondo_bk.jpg) repeat-x #505050;
  text-align: center;
  font-family: arial;
}

.dietro{
  position: relative;
  /*height: 100%;*/
  width: 950px;
  background: url(chrome/app_sfondo_tp.jpg) repeat-x #3c3c3c;
  text-align: left;
  margin: 0 auto;
}

#indietro{
  display: block;
  position: absolute;
  padding: 7px 35px 8px 0;
  background: url(chrome/app_ast_logo.gif) top right no-repeat;
  margin: 5px;
  top: 0;
  right: 0;
  text-decoration: none;
  color: #d7d7d7;
  font-size: .7em;
}

.menu{
  font-size: 1em;
  float: right;
  letter-spacing: .1em;
}

.menu li{
  display: block;
  float: left;
  padding: 0;
  margin: 130px 20px 0 0;
}

.menu li a{
  display: block;
  text-decoration: none;
  color: #d7d7d7;
  width: 150px;
  padding-bottom: 15px;
  border-bottom: 1px solid #b7b7b7;
  text-align: right;
}

.menu li a:hover{
  color: #fc0;
  border-bottom: 1px solid #fc0;
}

.contenuto{
  position: relative;
  margin: 200px 0 0 0;
  color: #fff;
  padding: 0 20px 60px 20px;
}

.contenuto h1{
  font-family: 'times new roman', times, serif;
  font-size: 2em;
  padding-bottom: 30px;
  margin-bottom: 30px;
  border-bottom: 1px dashed #fff;
}

.contenuto h2{
  font-family: 'times new roman', times, serif;
  font-size: 1.5em;
  text-align: right;
  margin-bottom: 20px;
}

.fondo{
  position: absolute;
  width: 950px;
  bottom: 0;
  font-size: .8em;
  color: #aaa;
  text-align: center;
  padding: 10px 0 20px 0;
}

.testo{
  font-size: .8em;
  text-align: justify;
  position: relative;
}

.home{
  padding-bottom: 20px;
  border-bottom: 1px dashed #fff;
  margin-bottom: 20px;
}

.home object{
  margin-right: 30px;
  margin-bottom: 20px;
}

a.visoreHome{
  display: block;
  float: left;
  width: 298px;
  height: 200px;
  border: 1px solid #101010;
  text-align: center;
  font-size: .7em;
  color: #fff;
  text-decoration: none;
  background: transparent;
}

.margine{
  margin-right: 5px;
}

a.visoreHome img{
  margin-top: 16px;
}

a.visoreHome:hover{
  background: #333;
}

.filmListaCont{
  float: right;
  width: 300px;
}

.filmLista{
  border: 1px solid #101010;
  margin-bottom: 10px;
  border-bottom: 0px;
}

.filmLista h3{
  padding: 5px;
  margin-bottom: 10px;
  text-align: center;
}

.filmLista a{
  display: block;
  text-decoration: none;
  color: #aaa;
  padding: 5px 3px;
  border-bottom: 1px solid #101010;
  background: transparent;
  font-size: .6em;
}

.filmLista a:hover{
  background: #333;
}

.filmLista a img{
  float: left;
  margin: 0 5px 5px 0;
}

.filmLista a.listaSelect,
.filmLista a.listaSelect:hover{
  background: #c60;
  color: #000;
}

.lungo{
  max-height: 564px;
  overflow: auto;
}

.fine{
  clear: both;
}

.indietro{
  margin-top: 30px;
  font-size: .9em;
  text-align: right;
}

.indietro a{
  color: #fff;
  text-decoration: none;
}

.indietro a:hover{
  color: #fff;
}

.liste{
  float: left;
  margin-right: 30px;
  font-size: .9em;
  line-height: 1.7em;
  width: 250px;
}

.liste a{
  text-decoration: none;
  color: #888;
}

.liste a:hover{
  color: #fff;
}

.lettera{
  margin: 10px 0;
  text-transform: uppercase;
  border-bottom: 1px solid #666;
}

.sinistra{
  float: left;
  width: 500px;
}

object {
  float: left;
}
