body
{
  background-color: #333333;
}

#box
{
  width: 589px;
  height: 414px;
}


#gbox
{
  width: 589px;
  height: 493px;
}


#packages
{
  background-image: url('packages.png.jpg');
  width: 589px;
  height: 414px;
}

#gallery
{
  background-image: url('gallery.png.jpg');
  width: 589px;
  height: 314px;
  padding-top: 100px;
  color: white;
  text-align: right;
}

#home
{
  background-image: url('home.png.jpg');
  width: 589px;
  height: 414px;
}

#about
{
  background-image: url('about.png.jpg');
  width: 589px;
  height: 414px;
}

#contact
{
  background-image: url('contact.png.jpg');
  width: 589px;
  height: 414px;
}

.glist
{
    margin-top: 25px;
    margin-right: 10px;
    
}

.glist:link
{
  text-decoration: none;
  color: white;
  background-color: black;
  border: 2px dashed #00ff00;
  font-size: 130%;
  padding: 5px;
  margin: 15px;
  font-family: DejaVu, Georgia, Times, Serif;
}

.glist:visited
{
  text-decoration: none;
  color: white;
  background-color: black;
  border: 2px dashed #00ff00;
  font-size: 130%;
  padding: 5px;
  font-family: DejaVu, Georgia, Times, Serif;
}

.glist:hover
{
  text-decoration: underline;
}