html, * {
  font-size: 100.01%;
  padding: 0;
  margin: 0;
}
body, p, h1 {
  font: normal 15px/1.0 Tahoma, Verdana, Geneva, sans-serif;
  color: #777;
  padding: 0;
  margin: 0;
}
body {
  background: #000;
}

div#pg {
	position: absolute;
	left: 0px;
	top: 0px;
	border:none;
	height: 100%;
	width: 100%;
	z-index: -1;
	vertical-align: middle;
}

span, #txt p, #txt a {
  color: #C00;
  text-decoration: none;
}
#txt a:hover {
  color: #fff;
  text-decoration: underline;
}

table#layout{
  background: url(/i/pgbg.gif) left center repeat-x;
}

#tm {
  text-align: right;
  padding-bottom: 6px;
  width: 49%;
}
b {
  color: #fff;
  font-weight: normal;
}

#logo {
  padding: 0 37px 30px 0;
}
#txt {
  padding-bottom: 4px;
  width: 51%;
}
#txt p {
  font-size: 11px;
  margin: 12px 0;
}
