@charset "utf-8";
* {
	border:none;
}

body {
	font: 100% Arial, Helvetica, sans-serif;
	background: #FFD400;
	margin: 0; /* it's good practice to zero the margin and padding of the body element to account for differing browser defaults */
	padding: 0;
	text-align: center; /* this centers the container in IE 5* browsers. The text is then set to the left aligned default in the #container selector */
	color: #000000;
}

p {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10px;
}

a {
	text-decoration: underline;
	color: #000000;
}

#flagContainer{
	margin-top: 15px;
	margin-bottom: 15px;
	clear: both;
	float: left;
}

.flag {
	width: 50px;
	float: left;
	text-align: center;
	margin-right: 21px;
}

.country {
	font-size: 12px;
	margin-bottom: 6px;
}

.country a{
text-decoration:none;
}

.text {
	clear: left;
	line-height: 10px;
}

.oneColFixCtr #container {
	width: 315px;
	text-align: left; /* this overrides the text-align: center on the body element. */
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
}


.oneColFixCtr #mainContent {
	font-size: 10px;
	margin-top: 80px;
	padding-top: 0;
	padding-right: 15px;
	padding-bottom: 0;
	padding-left: 15px;
}

