/* layout */

#header {
  width: 1000px;
  height: 190px;
  margin: 0 auto;
  border: 0;
}

#intro {
  width: 978px;
  margin: 0 auto;
  border: 1px solid #3c4449;
  padding: 10px;
}

#intro p {
  font-size: 12px;
  text-align: center;
}

/* thumbs */

.title {
  width: 1000px;
  margin: 0 auto;
}

.title h1 {
  font-size: 30px;
  color: #ffffff;
  text-align: left;
  float: left;
  margin: 25px 0 15px 0;
}

.title img {
  float: right;
  margin: 20px 15px 0 0;
}

.thumbs {
  width: 1000px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
  clear: both;
}

.thumbs img {
  border: 4px solid #3c4449;
  margin: 1px;
  width: 240px;
  height: 180px;
}

.thumbs a:link img {
  border: 4px solid #3c4449;
}

.thumbs a:visited img {
  border: 4px solid #3c4449;
}

.thumbs a:hover img {
  border: 4px solid #4f565b;
}

.thumbs a:active img {
  border: 4px solid #3c4449;
}

/* /thumbs */

.dotted-line img {
  width: 1000px;
  height: 1px;
  margin: 30px auto 0 auto;
}

/* footer */

#footer {
  width: 1000px;
  margin: 0 auto;
}

#baloon {
  width: 275px;
  height: 80px;
  background: url(../img/baloon.gif) top no-repeat;
  float: left;
  margin: 30px 0 0;
}

#copyright {
  font-size: 12px;
  text-align: left;
  color: #3c4449;
  margin: 35px 0 0 20px;
}

#rights {
  font-size: 10px;
  text-align: left;
  color: #3c4449;
  margin: 3px 0 0 20px;
}

#logo {
  width: 212px;
  height: 88px;
  float: left;
  margin: 30px 0 0 110px;
}

#webmaster {
  float: left;
  margin: 75px 0 0 170px;
}

#webmaster p {
  font-size: 10px;
  color: #ffffff;
}

#piggybank {
  width: 81px;
  height: 61px;
  float: right;
  margin: 55px 10px 0 0;
}
.toplist-top {
	background-color: #242424;
	font-size: 18px;
	font-weight: bold;
}
.toplist {
	background-color: #161616;
	text-align: left;
}
.hits {
	color: #990000;
}
/* /footer */
.text-gallery {
	border: 4px solid #3c4449;
	background-color: #191919;
	padding: 4px;
	text-align: center;
}
