/* @charset "UTF-8"; Already declared in main.css */
/* CSS Document */

body
{
	background-image: none;
	background-color: #fff;
}

#container
{
	margin-top: 50px;
}

#introWrap
{
	width: 600px;
	margin: auto;
}

.countryInfo
{
	margin: auto;
	margin-top: 18px;
	margin-bottom: 18px;
	width: 600px;
	
	font-size: 140%;
	line-height: 1.3em;
}

.countries
{
	text-align: center;
}

.countries a img
{
	margin: 5px;
	margin-bottom: 3px;
}

div.topBorder
{
	width: 100%;
	height: 18px;
}