html,
body {
	background: #fff;
	text-align: center;
	margin: 0;
	padding: 0;
	height: 100%;
	font-family: Verdana, Arial, sans-serif;
	font-size: 80%;
}
#frame {
	position: absolute;
	left: 0;
	top: 50%;
	width: 100%;
	text-align: center;
}

#world {
	position: absolute;
	width: 600px;
	height: 500px;
	margin-left: -300px;/* width/2 */
	left: 50%;
	top: -250px;/* height */
	text-align: left;
	background-color: #fff;
	xborder: 1px solid #ccc;
}
#world ul {
	list-style: none;
}
#world a {
	position: absolute;
}
img {
	border: none;
}

#links {
	position: absolute;
	left: 0;
	bottom: 0;
	text-align: left;
	margin: 10px;
}
#links ul {
	list-style: none;
	margin: 0;
	padding: 0;
}
#links ul li {
	margin: 0;
}
#links a {
	color: #000;
}
