@charset "utf-8";
/* CSS Document */
body{
	background-image: url(images/bg.jpg);
	background-position: top;
	background-image: #e6e6e6;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 12px;
	text-align: center;
}
#wrapper{
	display: block;
	margin: 0px auto;
	width: 880px;
}

#header{
	display: block;
	clear: both;
	height: 100px;
	position: relative;
	height: 100px;
	clear: both;
}

#header img.logo{
	position: absolute;
	left: 0px;
	top: 20px;
}

#header img.koutbologo{
	position: absolute;
	left: 640px;
	top: 10px;
}

#mainbody{
	display: block;
	position: relative;
	height: 693px;
	background-image: url(images/map.jpg);
	background-repeat: no-repeat; 
	clear: both;
	left: 0px;
}

#mainbody #content{
	display: block;
	position: absolute;
	top: 34px;
	left: 24px;
	width: 280px;
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 16px;
	color: #f0f0f0;
	direction: rtl;
	text-align: right;	
	
}

#mainbody #content h1{
	font-family: Georgia, "Times New Roman", Times, serif;
	font-size: 26px;
	font-weight: normal;
	color: #f0f0f0;
}