@charset "utf-8";
/* CSS Document */
* {
	margin: 0px;
	padding:0px;
	outline:none;
}
body{
	text-align:center;
	background-color:#77A2C4;
}
img {
	border: none;
}
#container{
	position:absolute;
	left: 50%;
	top: 50%;
	margin-left: -485px;
	margin-top: -310px;
	width:970px;
	height:620px;
	outline:none;
}
#footer {
	margin-top: 20px;
	width:970px;
}
#footer span {
	flot:left;
	margin:5px;
}