/* styles */

* {
  margin: 0;
  padding: 0; 
}

body {
  font: normal 14px/1.4 Tahoma, Helvetica, sans-serif;
  color: #ffffff;
  background: url(../img/bg.jpg) top repeat;
}

/* global links */

a{
	color: #ff8787;
	text-decoration: underline;
}

a:hover {
	color: #fa002d;
	text-decoration: none;
}
/* /global links */

/* header */

#header-bg-left {
	background: url(../img/header-bg.jpg) top right repeat-x;
	height: 350px;
}

#header-bg-right {
	background: url(../img/header-bg.jpg) top left repeat-x;
	height: 350px;
}

/* /header */

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

.yellow {
  color: #f3e2c2;
}

/* content */

.title h1 {
  font-size: 30px;
  font-weight: normal;
  text-align: center;
  margin: 0 0 5px 0;
  padding: 0;
}

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

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

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

/* /content */

/* footer */

#footer {
  width: 1000px;
  height: 110px;
  background: url(../img/footer.jpg) top no-repeat;
}

#footer-bg-left {
  height: 110px;
  background: url(../img/bg.jpg) top repeat-x;
}

#footer-bg {
  height: 110px;
  background: url(../img/footer-bg.jpg) top repeat-x;
}

#copyright {
  font-size: 12px;
  text-align: left;
  margin: 40px 0 0 10px;
  color: #f3e2c2;
}

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

#webmaster {
  font-size: 12px;
  text-align: right;
  margin: 0;
  margin: 55px 80px 0 0;
}
	.toplist-top {
	background-color: #481511;
	font-size: 18px;
	font-weight: bold;
}
.toplist {
	background-color: #531813;
	text-align: left;
	font-size: 13px;
}
.hits {
	color: #FF9900;
}

/* /footer */
.tgpx {
	font-size: 10px;
	font-family: Arial, Helvetica, sans-serif;
}
