/*-------------------цвета------------*/
body { background-color: #222; }
A:hover {color: #aaa;}
A {color: #777; text-decoration: underline; outline: none;}
div#header {background-color: #222;}
div#footer{ background-color: #222;  color: #bfbebe; }
/*-------------------тело------------*/
A IMG {border: none;}
body{
  height: 100%;
  position: relative;
  font-family: Arial, sans-serif;
  font-weight: normal;
  font-style: normal;
  font-size: 14px;
  padding: 0px;
  margin: 0 0 -15px 0;
}
#main {
 position: absolute;
 top: 20px;
 left: 50%;
 width: 414px;
 height: 673px;
 margin: 0px 0px 0px -207px;
 z-index: 2;
 border: 0px;
}
#movies {
 position: absolute;
 top: 50%;
 left: 50%;
 margin: 48px 0px 0px -40px;
 padding: 0px;
 width: 80px;
 z-index: 3;
}
.images {
 position: absolute;
 top: 50%;
 left: 50%;
 margin: 108px 0px 0px -40px;
 padding: 0px;
 width: 80px;
 z-index: 4;
}
#friends {
 margin-right: 5px;
 font-size: 12px;
 text-align: right;
 font-weight: bold;
 }
/*---------------header & footer-------------------*/
div#header {
 position:absolute;
 width:100%;
 top: 0px;
 left: 0px;
 height: 20px;
}
div#footer{
  position:absolute;
  bottom:0px;
  left:0px;
  width:100%;
  height: 15px;
  font-size: 12px;
  text-align:center;
  font-weight: normal;
  z-index: 5;
     }
 * html body{
  overflow:hidden;
 }
 * html div#content{
  height:100%;
  overflow:auto;
 }
 /*------------------------temp-------------------*/
