HTML, BODY { 
  height: 100%; 
}

BODY { 
  background-color: #000A09;
  margin: 0; 
  padding: 0; 
  height: 100%;
}

BODY, TD, TH, P, DIV { 
  color: white; 
  font-size: 13px; 
  font-weight: bold;
  font-family: Helvetica, Arial, Verdana, Geneva, SunSans-Regular, sans-serif;
}

p { 
  margin: 0;
}

a { font-family: Helvetica, Verdana, Arial, sans-serif; text-decoration: none; color: #FFF }
a:hover { font-family: Helvetica, Verdana, Arial, sans-serif; text-decoration: underline; color: #FFF }


#wrapper { 
	position: absolute;
	width: 977px;
	height: 595px;
	left: 50%;
	top: 50%;
	margin-left: -488px;
	margin-top: -298px;
	background-color: #000000;
	background-image: url(../images/neotecha_start.jpg);
	background-repeat: no-repeat;
	background-position: left top;
	border-style: solid;
	border-color: #E10423;
	border-width: 2px;
}

#content_1 {
	position: absolute;
  width: 100px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  margin-top: 295px;
  margin-left: 850px;
  line-height: 30px;
}

#content_2 {
	position: absolute;
  width: 100px;
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  color: #FFF;
  margin-top: 295px;
  margin-left: 920px;
  line-height: 30px;
}
