@CHARSET "ISO-8859-1";

/* hide from ie5 mac \*/
html {
  height: 100%;
  
}

#content {
	text-align:center;
	height: 100%;
}

/* end hide */

body {
	height: 100%;
	margin: 0px;
	padding: 0px;
	background-color: #000000;
}


