* {
	margin: 0;
}
html, body, td {

	background: #000;
	color: #FFF;
	font-family: tahoma;
	font-size: 0.8em;
	font-style: bold;
	text-align:center;
	height: 100%;
	
}

a:hover, a:active, body_ahover
{
	color: #FFFFFF;
	text-decoration: none;
}

a:visited
{
	color: #FFF;
	text-decoration: none;
}
a:link
{
	color: #FFF;
	text-decoration: none;
}


a:hover, a:active
{
	color: #FFF;
	text-decoration: none;
}
.wrapper {
   min-height: 100%;
   height: auto !important;
   height: 100%;
   margin: 0 auto -4em;
}
.footer, .push {
   height: 4em;
}


#content {

  position: absolute;
  top: 60%;
  left: 50%;
  margin-top: -25%;
  margin-left: -25%;
  background-color: #000;
  color: white;

}

'* {
 margin: 0;
}
   html, body {
   height: 100%;
}
.wrapper {
