body{
  background:                 #000000;
  text-align:                 center;
  color:                      #ffffff;
  margin:                     0px;
}
*{
  font-family:                verdana;
  font-size:                  12px;
}
.main{
  width:                      750px;
  height:                     200px;
  margin:                     auto;
  padding-top:                10px;
  text-align:                 left;
  background:                 url('img/logo.jpg') no-repeat;
}
/* GALLERY.PHP ****************************************************************/
a img{
  border:                     1px solid #990000;
}
.photo_list p{
  text-align:                 justify;
}
legend{
  color:                      #990000; 
  font-weight:                bold; 
}
.gallery_list{
  border:                     1px solid #990000;
  color:                      #990000;
  margin:                     100px 0px 0px 0px;
  width:                      150px;
  clear:                      left;
  float:                      left;
  padding:                    5px;
}
.gallery_list a{
  color:                      #990000;
  text-decoration:            none;
  font-weight:                bold;
  width:                      150px;
  display:                    block;
}
.gallery_list a:hover{
  color:                      #ffffff;
  text-decoration:            none;
  font-weight:                bold;
  width:                      150px;
  display:                    block;
}
.photo_list{
  border:                     1px solid #990000;
  color:                      #990000;
  width:                      550px;
  margin:                     0px 0px 0px 10px;
  float:                      left;
  padding:                    5px;
}
.bilde{
  margin:                     5px;
  float:                      left;
}

.big{
  width:                      100%;
  height:                     100%;
  position:                   absolute;
  top:                        0px;
  left:                       0px;
  right:                      0px;
  bottom:                     0px;
  border:                     0px solid #990000;
  z-index;                    10;
  display:                    block;
  background:                 #000000;
  filter:                     alpha(opacity=100);
  -moz-opacity:               1.0;
  opacity:                    1.0;
}
.big a{
  color:                      #990000;
  display:                    block;
  width:                      100%;
  height:                     100%;
}
.big a:hover{
  color:                      #ffffff;
  display:                    block;
  width:                      100%;
  height:                     100%;
}
.big a img{
  background:                 #000000;
  width:                      600px;
  margin-top:                 50px;
}
.logo{
  border:                     1px solid #990000;
  position:                   absolute;
  float:                      left;
  width:                      150px;
}

