body {
	background: #fff url('../img/bg.gif') repeat-x top left;
	margin: 0;
	padding: 0;
	text-align: center;
}
div {
	margin: 0;
	padding: 0;
	font-family: arial, verdana, sans-serif;
	font-size: 0.95em;
}
#container {
	text-align: left;
	margin: 17px auto;
	width: 750px;
}
img {
	border: none;
}

#header {
	float: left;
	width: 748px;
	height: 121px;
	background-image: url('../img/header.gif');
	background-repeat: no-repeat;
}
#header h1 {
	font-size: 1px;
	display: none;
}

#contentstart {
	float: left;
	width: 748px;
	height: 19px;
	background: transparent url('../img/content_top.gif') no-repeat;
	font-size: 1px;
}

#content {
	float: left;
	width: 748px;
	background: transparent url('../img/content_bg.gif') repeat-y;
	padding: 0 27px 8px 27px;
}

#contentend {
	float: left;
	width: 748px;
	height: 19px;
	background: transparent url('../img/content_footer.gif') repeat-y;
	font-size: 1px;
}


#countrysel {
	float: left;
	width: 694px;
	height: 194px;
	background: transparent url('../img/graybox_bg.gif') no-repeat;
}

#countrysel #countryuk {
	float: left;
	height: 194px;
	padding: 0 68px;
}
#countrysel #countryse {
	float: left;
	height: 194px;
	padding: 0 0 0 65px;
}
#countrysel a {
	display: block;
	float: left;
	width: 206px;
	height: 194px;
	text-indent: -3000px;
	font-size: 1px;
}
#countrysel #countryuk a {
	background: transparent url('../img/country_uk.jpg') no-repeat;
}
#countrysel #countryse a {
	background: transparent url('../img/country_se.jpg') no-repeat;
}
#countrysel .cDiv {
	float: left;
	width: 8px;
	height: 194px;
	background: transparent url('../img/graybox_divider.gif') no-repeat;
}
#countrysel #countryuk a:hover, #countrysel #countryse a:hover {
	background-position: 0 -194px;
}
#footer {
	float: left;
	width: 748px;
	padding: 5px 0 15px 0;
	text-align: center;
	font-size: 0.8em;
	color: #777;
}




