@import url('zero.css');

body { background-color: black; }

body, table { font: 11px/1.5 "Lucida Grande", sans-serif; color: white;  }

img { border: 0; }

a { text-decoration: none; }
    a:hover { text-decoration: underline; }

h1 { margin: 0 0 8px -4px }

h2 { font-size: 140%; color: white; font-weight: bold }
  p { margin: 1em 0; }

form {}
input.text, input.submit { background-color: black; font: 11px/1 "Lucida Grande", "Lucida Sans Unicode", sans-serif; color: white; padding: 0.2em } 
  input.text { border: 1px solid black; width: 200px; }
  input.submit { border: none }
  label { font-size: 90%; display: block; margin: 0 0 0.2em 0; color: white; }
  form .left { float: left; margin-bottom: 0.5em; }
  form .middle,
  form .right { float: left; margin-bottom: 0.5em; margin-left: 15px }

small { font-size: 10px }

.first { margin-top: 0 }

.cl { clear: left; }
.cr { clear: right; }
.cb { clear: both; }

#bar { position: absolute; left: 0; width: 100%; height: 280px; top: 50%; margin-top: -140px; background: url(../images/repeater.gif) repeat-x top; }
	#bar form { padding: 15px 0 0 60px; height: 265px; background: url(../images/pinkband.jpg) no-repeat top left; position: relative; }

#leaves { position: absolute; right: 0; bottom: 0; }

#footer { font-size: 10px; color: #545454; position: absolute; bottom: 10px; right: 10px; }
	#footer a { color: #545454; }
	#footer .on { color: #b0b0b0; }
	
#spotlight { position: absolute; top: 0; left: 0; display: none }
    #spotlight td { background-color: black }
	#spotlight td.centre { background: none; width: 175px; height: 175px }
	#spotlight img { cursor: none }
