html, body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
	background: #000;
	font-size: 19px;
	font-weight:900;
	color: #fff; margin:0; line-height:16px;
 }
 #background {
	height: 100%;
	width: 100%;
	overflow: hidden;
	position: fixed;
	z-index: 0;
}
p { margin:0; padding:0; }
a, a:link, a:hover, a:visited { background-color:#F00;}
#background img {  visibility: visible;}
img { border:0; }
p.clear { clear:both; }
.boxme {  width:842px; margin:0 auto; padding-top:.5em; z-index:200; position:relative; }