/* CSS */

* {
  margin: 0;
  padding: 0;
}

body {
  background: url(../img/bg.jpg);
  font: normal 18px Tahoma, Helvetica, sans-serif;
  color: #ffffff;
}

a:link {
	color: #e70000;
	text-decoration: underline;
}

a:visited {
	color: #e400e7;
	text-decoration: none;
}

a:hover {
	color: #ffffff;
	text-decoration: none;
}

a:active {
	color: #ff0000;
	text-decoration: underline;
}

/* header */

#header {
  width: 950px;
  margin: 0 auto;
}

#intro-bg {
  background: url(../img/header_01.jpg) top no-repeat;
  width: 260px;
  height: 186px;
}

#intro-title {
  font-size: 20px;
  color: #929292;
  padding: 35px 0 0 0;
}

#intro {
  font-size: 10px;
  padding: 5px 0 0 5px;
}

/* /header */

#wrapper {
  width: 950px;
  margin: 0 auto;
  background: url(../img/wrapper-bg.jpg) top no-repeat;
}

.grey {
  color: #929292;
}

h1.title {
  font-size: 30px;
  font-weight: normal;
}

.thumbs {
  width: 950px;
  margin: 0 auto;
}

.thumbs img {
  margin: 2px;
}

.thumbs a:link img {
  border: 1px solid #333333;
}

.thumbs a:visited img {
  border: 1px solid #999999;
}

.thumbs a:hover img {
  border: 1px solid #929292;
}

.black-box {
  width: 922px;
  background: #000000;
  border: 1px solid #333333;
  margin: 0 auto;
  padding: 10px;
}

.description {
  font-size: 10px;
  margin: 5px 0 5px 0;
  width: 190px;
}

/* footer */

#footer {
  background: url(../img/footer.jpg) top center no-repeat;
  width: 950px;
  height: 130px;
}

#footer p {
  color: #565656;
  font-size: 10px;
  padding: 50px 0 0 20px;
}

/* /footer */
