/*
 * She-Male Trouble CSS
 * Copyright: anti-design.com GmbH & Co. KG 2011
 * Author: Lars Lorenz
 * Version: $Id: smt.css 2578 2011-04-12 22:57:19Z lars $
 */

* {
	border: 0 none;
	margin: 0;
	padding: 0;
}

body {
	background: #000 url(../img/index.png) top center no-repeat;
	text-align: center;
}

a i {
	display: none;
}

div.wrapper {
  margin: 0 auto;
  position: relative;
  width: 899px;
}

div.announce {
  background: url("../img/textarea.png") no-repeat scroll center top transparent;
  font-family: "Times New Roman",serif;
  font-size: 18px;
  height: 303px;
  left: 18px;
  padding: 50px 0 0 40px;
  position: absolute;
  text-align: left;
  top: 495px;
  width: 440px;
}

.red {
  color: #ff0000;
}

ul {
	display: block;
	height: 632px;
	margin: 0 auto;
	position: relative;
	width: 899px;
}

li a {
	display: block;
	position: absolute;
}

a#email {
	background: transparent url(../img/email.png) top left no-repeat;
	height: 58px;
	left: 605px;
	top: 554px;
	width: 61px;
}

a#facebook {
  background: transparent url(../img/facebook.png) top left no-repeat;
  height: 56px;
  left: 667px;
  top: 561px;
  width: 59px;
}

a#twitter {
  background: transparent url(../img/twitter.png) top left no-repeat;
  height: 58px;
  left: 727px;
  top: 568px;
  width: 57px;
}

a#myspace {
  background: transparent url(../img/myspace.png) top left no-repeat;
  height: 59px;
  left: 785px;
  top: 573px;
  width: 79px;
}
