body,td,th {
	font-family: tahoma, sans-serif;
	font-size: 11px;
  color: white;
  background-color: black;
  margin-top: 0px;
  margin-bottom: 0px;
  line-height: 150%;
  letter-spacing: 2px;
}

#wrapper {
  position: relative;
  margin: 0 auto;
  width: 500px;
  background-color: #292929;

}


#header {
	width: 500px;
	height: 450px;
	background-color: transparent;
	background-image: url(pics/header.jpg);
   background-repeat: no-repeat;
}


#content {
  width: 400px;
  height: 100%;
  padding-left: 50px;
  padding-right: 50px;
  padding-top: 0;
  text-align: justify;
  background-image: url(pics/back_content.jpg);
  background-repeat: no-repeat;

}

#footer {
	clear: both;
	width: 500px;
	height: 100px;
	  background-image: url(pics/back_footer.jpg);
  background-repeat: no-repeat;
}


.title {
   font-family: courier new, courier, sans-Serif;
   font-size: 14px;
   letter-spacing: 9px;
   text-transform: uppercase;
   color: #ffa07f;
   text-align: right;
   padding-top: 10px;
   margin-top: 20px;
   padding-bottom: 5px;
   width: 400px;
   border-bottom: 1px solid #656565;
}


.center {
margin: 0 auto;
text-align: center;
}

img {
 border: 0;
}

a img {
 border: 0;
}

.affi_img {
  padding-right: 4px;
  display: inline;
  text-align: center;
  }

#content a  {
  font-family: verdana, sans-serif;
  font-size: 11px;
  text-decoration: none;
	color: #8f8f8f;
  border-bottom: 1px solid #8f8f8f;
}

#content a:hover {
text-decoration: none;
	color: #ffa07f;
  border-bottom: 1px solid white;
  
}



blockquote {
text-align: center;
background-color: transparent;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left, border-right: 0px;
  padding-top: 5px;
    padding-bottom: 5px;
  background-image: url(pics/back_block.jpg);
  background-repeat: no-repeat;
background-position: right;

}

strong {
  color: #ffc7b3;
text-transform: uppercase;
font-size: 10px;
letter-spacing: 3px;
  font-weight: bold;
  font-family: courier new, courier, sans-serif;
}

.fans {
width: 200px;
margin: 0 auto;
text-align: center;
}

b {
color: #ffc7b3;
}


input, select, option {
 background-color: transparent;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 0; 
  border-right: 0;
  background-image: url(pics/back_block.jpg);
  background-repeat: no-repeat;
  color: white;
}

textarea {
background-color: transparent;
  border-top: 1px solid white;
  border-bottom: 1px solid white;
  border-left: 0; 
  border-right: 0;
  padding-top: 5px;
    padding-bottom: 5px;
  background-image: url(pics/back_block.jpg);
  background-repeat: no-repeat;
  width: 300px;
    color: white;

}
