   body {
			background-image: url(images/header1.png); 
			background-position: top center;
			background-repeat: no-repeat ;

			margin-top: 110px;
  }
  h1 {
   font-weight:bold;
   font-size:160%;
   text-align:center;
   margin-bottom:1em;
     color:#FF0000
  }
  #top {
   color:#FF0000 ! important;
   background:transparent ! important;
  }
  form {
   text-align:center;
   border:1px dashed #999999;
   background:#ffb2b2;
   margin:0 3em;
   padding:0.5em;
  }
  input,select {
   border:1px solid #666666;
   background: #ffffff;
   color: #000000;
   margin:0 0.5em;
  }
  input:focus, input.submit:hover {
   background:#000000;
   color: #b2b2b2;
  }
    }
  input:hover, input.submit:hover {
   background:#000000;
   color: #b2b2b2;
  }
  input.submit {
   cursor:pointer;
  }
  #links {
   margin-top:0.5em;
   text-align:center;
   font-size:120%;
   color: #333333;
  }
  img {
   float:left;
   margin:0 1em 1em 1em;
  }
  dt {
   color:#ff0000;
   font-size:120%;
   margin:0em 0.5em;
   clear:both;
  }
  dd {
   margin:0.5em 2em 1em;
   border-left:1px dashed #999999;
   border-bottom:1px dashed #999999;
  }
  table {
   font-size:90%;
   margin:0 1em;
   border:1px dashed #b2b2b2;
   width:60%;
   color: #b2b2b2;
  }
  th {
   font-weight:bold;
   text-align:left;
   width:25%;
  }
  .tr1 {
   background:#333333;
  }
  .tr2 {
   background:#333333;
  }
  a {
   color:#ff0000;
   background:transparent;
   text-decoration:none;
  }
  a:hover, a:focus {
   color:#ffffff;
   background-color:#ff0000;
  }
  .topl {
   color:#444444;
   font-size:90%;
  }
  .movie-expand {
   width:1em;
   text-align:center;
   font-size:120%;
   float:left;
   margin:0.2em;
  }
  p, #note {
   color:#ffffff;
   background:#ffb2b2;
   border:1px dashed #999999;
   clear:left;
   margin:1em 2em;
   padding:0.5em;
  }
  .borrowed0 {
   color:#222222;
   background:transparent;
   text-decoration:none;
   font-size:50%;
   display:block;
  }
  .borrowed1 {
   color:#333333;
   background:transparent;
   text-decoration:none;
   font-size:50%;
   display:block;
  }
  #note {
  	text-align:center;
  }