body {
	padding: 0px;
	margin: 0px;
	background: #edeabf;
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #76747e;
    min-width: 1000px;
}

table {
  border-collapse: collapse;
  border: 0px;
}

th, td {
  padding: 0px;
  border: 0px;
}


A {
  text-decoration: none;
  color: #000000;
  font-size: 12px;
}
A:hover {
  text-decoration: underline;
  color: #000000;
}



a img {
  border: 0px;
}


h1 {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: normal;
  color: #d25113;
  text-align: left;
  /*border: 1px dotted #d25113;*/
}
h1 a {
  color: #d25113;
  text-decoration: none;
}
h1 a:hover {
  color: #f07100;
  border-bottom: 1px dotted #d25113;
}

/* class */

.topbg {
  background: url(../img/lbg.jpg) repeat-x left top;
}

.contaner {
  width: 100%;
  height: 100%;
  position: relative;
}
.video {
  width: 273px;
  height: 98px;
  position: absolute;
  top: 60px;
  left: 12px;

}
.video a {
  padding-left: 5px;
  background: url(../img/linkbg.gif) no-repeat left top;
  line-height: 18px;
}
.music {
  width: 273px;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 79px;


}
.music a {
  padding-left: 5px;
  background: url(../img/linkbg.gif) no-repeat left top;
  line-height: 18px;
}

.forum {
  width: 273px;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 12px;

}
.forum a {
  padding-left: 5px;
  background: url(../img/linkbg.gif) no-repeat left top;
  line-height: 18px;
}

.torrent {
  width: 273px;
  height: 120px;
  position: absolute;
  top: 60px;
  left: 79px;
;
}
.torrent a {
  padding-left: 5px;
  background: url(../img/linkbg.gif) no-repeat left top;
  line-height: 18px;
}
.links {
  height: 1098px;
  text-align: left;
  /*width: 280px;*/
  width: 100%;
  display: block;
  overflow: hidden;

}
.links span {
  font-size: 12px !important;
  color: #8c885d;
  font-weight: normal;
  display: block;
  border-bottom: 1px dotted #a19e7b;
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.links a {
    display: block;
    font-size: 14px !important;
    font-weight: bold;
    /*border-top: 1px dotted #d25113;*/
}
.copy {
  background-color: #f3f2d5;
  height: 19px;
  width: 100%;
  margin-top: 10px;
}
.copyn {
display: block;
text-align: right;
font-size: 10px;
margin-top: 10px;
}



