body {
background:#000;
color:#fff;
}

p {
/*    padding-left:50px;*/
    padding-top:10px;
/*    margin-bottom:80px;*/
    text-align:justify;
/*    height:150px;*/
    text-indent:50px;
}

br {
line-height:170px;
}

a
 {
  text-decoration:none;
  color:#999;
}

a:hover
 {
  text-decoration:underline;
  color:#fff;
}

#suwudcom {
float:right;
}


#left_arrow{
  background:transparent url(../img/left.jpg) no-repeat;
  height:40px; 
width:40px;
}

#left_arrow_grey{
  background:transparent url(../img/left_g.jpg) no-repeat;
  height:40px;
width:40px;
}

#left_arrow a{
  display:block;
  height:40px;
  width:40px;
  overflow:hidden;
  background:transparent url(../img/left_h.jpg) -40px -40px no-repeat;
}

#left_arrow a:hover {
   background-position:0px 0px;
   z-index:50;
}

#right_arrow{
  background:transparent url(../img/right.jpg) no-repeat;
  height:40px;
  width:40px;
  float:right;
  margin-top:-40px;
}

#right_arrow_grey{
  background:transparent url(../img/right_g.jpg) no-repeat;
  height:40px;
  width:40px;
  float:right;
  margin-top:-40px;
}

#right_arrow a{
  display:block;
  height:40px;
  width:40px;
  overflow:hidden;
  background:transparent url(../img/right_h.jpg) -40px -40px no-repeat;
}

#right_arrow a:hover {
   background-position:0px 0px;
   z-index:50;
}

#hide{
  display:block;
  height:0;
  overflow:hidden;
}


#up_arrow{
  background:transparent url(../img/up.jpg) no-repeat;
   margin-left:40px;
  margin-top:-40px;
height:40px; 
width:40px;
}

#up_arrow a{
  display:block;
  height:40px;
  width:40px;
  overflow:hidden;
  background:transparent url(../img/up_h.jpg) -40px -40px no-repeat;
}

#up_arrow a:hover {
   background-position:0px 0px;
   z-index:50;
}