html, body {
	height: 100%;
}

body {
	margin: 0;
	padding: 0;
	background-color: #000;
	color: #FFF;
	font-family:Arial, Helvetica, sans-serif;
	font-size: 11px;
}

ul {
	margin: 0;
	padding: 0;
}

li {
	margin: 0;
	padding: 0 0 2px 0;
	list-style-type:none;
}

a, 
a:link, 
a:visited {
	color: #FFF;
	text-decoration:none;	
}

a:hover, a:active {
	text-decoration:underline;	
	color:#ff85b6;
}

.csOtherCountries a, 
.csOtherCountries a:link, 
.csOtherCountries a:visited, 
.csOtherCountries a:active {
	color:#ff85b6;
	font-weight: bold;
}

.white {	
	background-color: #FFF;
	height: 535px;
}

.csWorldParts div, 
.csCountries div, 
.csOtherCountries div{
	position: absolute;
}

.csWorldParts div {
	height: 27px;
	top: 508px;
}

.csCountries div {
	top: 545px;
}

.csOtherCountries div {
	top: 730px;
}

.csCol1 {
	left: 0px;
	width: 219px;
}

.csCol2 {
	left: 219px;
	width: 181px;
}

.csCol3 {
	left: 400px;
	width: 199px;
}

.csCol4 {
	left: 599px;
	width: 186px;
}

.csCol5 {
	left: 785px;
	width: 265px;
}

.csEnterSite {
	position:absolute;
	left: 800px;
	top: 700px;
}

.csIntroText {
	display: block;
	padding-left: 30px;
	color:#ff85b6;
	font-size: 12px;
}

.csOtherCountries .csCol1 img,
.csCountries .csCol1 img {
	margin-top: 2px;
}