/* commented backslash hack for ie5mac \*/ 
html, body{height:100%;} 
/* end hack */

body {
	font-family: Arial, Helvetica, sans-serif;
	margin: 0px;
	background-color: #000000;
}

#container {
	position:relative; /* needed for footer positioning*/
	margin:0 auto; /* center, not in IE5 */
	width:100%;
	height:auto !important; /* real browsers */
	height:100%; /* IE6: treaded as min-height*/
    min-height:100%; /* real browsers */
}


#footer{
	position:absolute;
	width:100%;
	bottom:0;
	clear:both;
	text-align:center;
	color:#333333;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
	z-index: 10;
}
#footer a {
color:#333333;
}
