body {
	background: #111111;
}
#main {
	text-align: center;
	margin-top: 30px;
}
img {
	border:  0px;
}

a {
	color: #f1f0df;
	text-decoration: underline;
}
a:hover{
	color:  #e33965;
	text-decoration: none;
}

body, p, div, td, span, a {
	font-family:  Helvetica, Arial, sans-serif;
}

#top {
margin-bottom: 75px;	
}

#middle {
	margin:  25px auto;
	border:  0;
	height:  135px;
	width:  336px;
}

#middle div{
	float:  left;
	margin:0 0 0 32px;

}
#bottom {
	text-align: center;
}

/* @group background */

.fullBg {
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
}
 
#maincontent {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 50;
}

/* @end */