body {
  background-color: black;
  font-size: 12px;
  font-family: verdana;
  color: white;
}

#container {
  margin: auto;
  margin-top: 0px;
  width: 1000px;
}

#top{
  color: #999999;
  width: 950px;
  padding-left: 50px;
  height: 20px;

}

#main{
  width: 1000px;
  height: 500px;
  min-height: 500px;
  height: auto !important;
}

#content{
  padding-top: 10px;
  width: 780px;
  margin-left: auto;
  margin-right: auto;
}

#content a, #content a:visited {
  color: white;
  text-decoration: underline;
}

#content a:hover {
  text-decoration: none;
  color: white
}

#bottom {
  width: 1000px;
  height: 30px;
  clear: both;
}


#bottom_left {
  float: left;
  color: #BB0000;
  text-align: center;
  width: 110px;
}

#bottom_right {
  float: right;
  color: #999999;
  width: 110px;
}

#bottom a, #bottom a:visited {
  color: #999999;
  text-decoration: none;
}

#bottom a:hover {
  color: white;
}

#menu {
  text-align: center;
  width: 780px;
}

#footer {
  text-align: center;
}

#sponsor {
  margin-left: auto;
  margin-right: auto;
}

#sponsor a, #sponsor a:visited {
  color: #999999;
  text-decoration: none;
}

#sponsor a:hover {
  color: white;
}








/* galeria */
.galleryImage {
  float: left;
  width: 160px;
  height: 160px;
  margin-right: 14px;
  margin-bottom: 14px;
}

.galleryImage a {
  border: 0px;
}

.galleryImage a img {
  border: 1px solid #000; 
  padding: 1px; 
}

.galleryImage .table, #newImage .table{
  display: table;
  vertical-align: middle;
  width: 160px;
  height: 160px;
  text-align: center;
}

.galleryImage .table .cell, .galleryImage .table, #newImage .table .cell, #newImage .table{
  display: table-cell;
}

.galleryImage .table .cell .hack, #newImage .table .cell .hack{
  width: 160px;
  text-align: center;
}

#thumbsGallery{
  margin-top: 20px;
}
