@charset "UTF-8";
/* Developed by Furryfish Pte Ltd
   http://www.furryfish.com */

body {
	background: #000000 url(bg.png) repeat-x;
	margin: 0px;
	font-family: Arial, Helvetica, sans-serif;
	color:#666666;
	font-size: 10px; 
	padding:0px;
}
	
.page {
	text-align:center;
}

#footer {
	/*position: fixed;
	bottom: 0px;
	z-index: 5;*/
	background-color:#000000;
	width: 100%;
	height: 20px;
	text-align:center;
	}

#footer a {
	color:#999999;
}

.content {
	font-family: Arial, Helvetica, sans-serif; color:#666666; font-size: 10px; text-align:center;
}

.flash-replaced .alt {
		display: block;
		height: 0;
		position: absolute;
		overflow: hidden;
		width: 0;
	}