@charset "utf-8";
/* styles for the no country page */

body {
	margin:0;
	padding:0;
	background:#d1e3ef;
	font-family:Arial, Helvetica, sans-serif;
	font-size:100%;
	color:#333;
	background-image:url("../images/smallcountry_background4.jpg");
	background-position:center top;	
	background-attachment:fixed;
	background-repeat:no-repeat;
}

p {
	margin-top:0;
}

/* ---------- main containers ---------- */

#container {
	width:600px;
	margin:auto;
}

#header {
	margin:0;
	padding:12px 0 10px 30px;
	display:block;
	float:left;
	width:570px;
	background:#0063a5;
	color:#fff;
}

#content {
	float:left;
	width:530px;
	padding:25px 35px 28px 35px;
	background:#fff;
	font-size:75%;
	line-height:175%;
}

#footer {
	float:left;
	width:600px;
	padding-top:10px;
	text-align:center;
	font-size:63%;
}

/* ---------- button ---------- */

#backButton {
	width:194px;
	margin:auto;
	margin-top:20px;
	padding:0 6px 0 6px;
	border:1px solid #1b5d88;
	background:#0f3f5e url(../images/nocountry/button_no-country-back.jpg) top repeat-x;
	text-align:center;
}

#backButton a {
	display:block;
	color:#fff;
	font-weight:bold;
	text-decoration:none;
}

/* ---------- other ---------- */

#kciLogo {
	float:left;
	margin:30px 0 30px 0;
}
