* {
	margin: 0;
	padding: 0;
}
body {
	color: #000;
	font-family: arial, verdana, tahoma;
}
#background{position:absolute; z-index:1; width:100%; height:100%;}
#fixed {position:absolute; top:0; left:0; width:100%; z-index:10; height:100%;}


#footer {
 z-index:10; 
bottom:5px;
color:#999999;
font-size:10px;
position:absolute;
right:0;
}
#footer a {
font-size: 10px;
color: #999999;
text-decoration: none;
}
