@charset "utf-8";
/* hide from ie5 mac \*/
html {
  height: 100%;
  overflow: hidden;
}

body {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 11px;
	font-style: normal;
	line-height: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	color: #000000;
	text-decoration: none;
	margin:0;
	padding:0;
	background-color:#000000;
	height:100%;
}
#content_box {
	width:100%;
	height:100%;
	margin-left:0;
	margin-right:0;
	background-color:#000000;
}
#invert {
	color: #becd00;
	background-color:#000000;
	text-align:left;
	border: 2px solid #becd00;
}
a, a:link, a:active, a:visited {color:#000000;text-decoration:underline}
a:hover {color:#000000; text-decoration:underline}
