body {
	padding: 0px;
	margin: 0px;
	font-family:"Lucida Grande","Lucida Sans Unicode","bitstream vera sans","trebuchet ms",verdana;
	background-color: black;
	color: gray;
}

/* get rid of those system borders being generated for A tags */
a:active {
  outline:none;
}

:focus {
  -moz-outline-style:none;
}

img { border: 0px; }

.positioner {
	position: absolute; top: 50%; left: 0px; right: 0px; margin-top: -158px;
}

.oainfo {
	position: absolute; top: 38px; left: 20px;
}

.nowbutton {
	position: absolute; bottom: 38px; left: 20px;
}

.rfff {
	position: absolute; top: 0px; left: 50%; margin-left: -35px;
}