html * {
	margin: 0;
	padding: 0;
	text-indent: 0;
}

body {
	width: 100%;
	height: 8.5in; /* Required for percentage heights below */
	min-width:100%;/* for mozilla*/
	height:100%;
	background:#000;
	background:url('im/back.png') center no-repeat;
	background-attachment:fixed;
	margin: auto;
}

.footer {
	font: 12px/1.2 Tahoma, Verdana, Helvetica, sans-serif;
	color:#999999;
	text-align: center;
	position: fixed;
	width: 100%;
	_width: 100%;
	height: 40px;
	_height: 40px;
	top: auto;
	_top: auto;
	right: 0;
	bottom: 0;
	_bottom: 0;
	left: 0;
}

.footer a {
	color:#999999;
	text-decoration:none;
}

.footer a:hover {
	color:#cc0000;
	text-decoration:none;
	border-bottom:1px dashed #cc0000;
	padding-bottom: 2px;
}
