/* @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;
}

#countries
{
	text-align: center;
}

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

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

#countries .clearBoth
{
	margin-top: 20px;
}