body {
  background-image: url("/images/pinstripe.png");
  font-family: sans-serif;
  background-repeat: repeat;
  margin: 15px 20px 20px 20px;
  height: 480px;
}

#linktrade {
  position: absolute;
  top: 273px;
  left: 20px;
  width: 243px;
}

#logo {
  z-index: 10;
  position: absolute;
  top: 10px;
  left: 40px;
}

#girl {
  z-index: 10;
  position:absolute;
  top: 20px;
  left: 190px;
}

#content {
  position: absolute;
  top: 50px;
  width: 280px;
  height: 350px;
  background-color: black;
  color: white;
}

#buttonF, #buttonStraight {
  position: absolute;
  top: 28;
  left: 20;
}

#buttonM, #buttonLesbian, #buttonGay {
  position: absolute;
  top: 70;
  left: 20;
}

#buttonBisexual {
  position: absolute;
  top: 112;
  left: 20;
}

#buttonChat1 {
  position: absolute;
  top: 189;
  left: 20;
}
#buttonChat2 {
  position: absolute;
  top: 231;
  left: 20;
}
#buttonChat3 {
  position: absolute;
  top: 273;
  left: 20;
}

#description {
  position: absolute;
  top: 160;
  left: 20;
  font-size: 10pt;
  color: #888;
  margin-right: 20px;
}

#resetcookie {
  position: absolute;
  top: 300;
  left: 20;
  font-size: 10pt;
  color: #FF95D5;
  text-decoration: underline;
}

.button1 {
  background-image: url("/images/button1.png");
  background-repeat: no-repeat;
  width: 143px;
  height: 36px;
  padding-left: 0.5em;
  color: black;
}

.button1 .arrow {
  float: right;
  margin-right: 15px;
  position: relative;
  top:25%;
}

.button1 span {
  position: relative;
  top: 25%;
  font-size: 12pt;
}

.button2 {
  background-image: url("/images/button2.png");
  background-repeat: no-repeat;
  width: 243px;
  height: 36px;
  padding-left: 0.5em;
  color: black;
}

.button2 .arrow {
  float: right;
  margin-right: 15px;
  position: relative;
  top:25%;
}

.button2 span {
  position: relative;
  top: 25%;
  font-size: 12pt;
}

/*
#sep1 {
  margin: 20px;
  position: absolute;
  top: 258;
  left: 20;
  background-color: #272727;
  height: 1px;
  width: 243px;
}
*/

