@charset "utf-8";
body {
	background-color: #212329;
	margin:0;
	background-image:url(../images/background1.gif);
	background-repeat:no-repeat;
	
	height:100%;
	overflow-y:auto;

}
img {
	border:none;
	margin:8px;
}
#container { 
	position:absolute;
	left:50%;
	top:50%;
	width: 570px;
	height: 350px;
	margin-left:-285px;
	margin-top:-175px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
	text-align:center;
	}
#footer {
	position:fixed;
	bottom:4px;
	left:4px;
	width:100%
	height:20px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:11px;
	color:#CCCCCC;
}
#footer a {
	color:#CCCCCC;
}
/*#footer {display:block; width:108px height:145px; position:fixed; bottom:0; left:0;}*/
* html #footer {position:absolute;}
