body {
	width: 100%;
	height: 100%;
	margin: 0px;
	padding: 0px;
	color: #666;
	background-color: #f0f0f0;
	font-family: "Trebuchet MS", Verdana, Arial, Helvetica, sans-serif;
	font-size: 11px;
}
#container {
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -239px;
	margin-top: -174px;
	width: 479px;
	height: 348px;
	background-image:url(../images/indx.gif)
}
#flags {
	position: absolute;
	left: 345px;
	top: 271px;
}
img {
	border: none;
	}
#credits {
	position: absolute;
	left: 20px;
	top: 313px;
}
a:link {
		color: #666;
		text-decoration: none;
		background-color: #e6e6e6;
}
a:hover {
		font-weight: bold;
		text-decoration: none;
}
a:visited {
		color: #666;
		text-decoration: none;
		background-color: #e6e6e6;
}