body {
	background-color: #FFFFFF;
}
a {
	color: #0000FF;
	text-decoration: none;
}
a:active {
	color: #0000FF;
	text-decoration: none;
}
table {
	font-family: arial, sans-serif;
	font-size: 12px;
}
#main {
	position: absolute;
	top: 110px;
	left: 50%;
	margin-left: -200px;
	width: 400px;
}
#header {
	width: 400px;
}
#info {
	width: 400px;
	margin-top: 30px;
}
#countries {
	width: 400px;
	margin-top: 30px;
}
#footer {
	clear: both;
	margin-top: 50px;
}
#footer table {
	font-family: arial, sans-serif;
	font-size: 10px;
}