@charset "UTF-8";
/* CSS Document */


a img
{
	border:0;
	padding:0;
	margin:0;
	white-space:0;
}

body
{
	margin:0;
	padding:0;
	background-color:#f6b800;
	width:100%;
}

#header
{
	margin:0;
	height:175px;
	width:100%;
	background-image:url(../img/top_banner.jpg);
	background-repeat:repeat-x;
}

#top
{
	position:relative;
	margin:0 auto 0 auto;
	width:961px;
	height:175px;
}

#country
{
	position:absolute;
	left:250px;
	top:114px;
	z-index:10;
}

#middle
{
margin:0;
width:100%;
height:480px;
min-height:401px;
overflow:hidden;
}

#map
{
	margin:0 auto 0 auto;
	min-width:961px;
	overflow:hidden;
	min-height:401px;
}

#footer
{
	position:fixed;
	#position:absolute;
	margin:0;
	padding:0;
	bottom:0;
	left:0;
	height:75px;
	width:100%;
	background-image:url(../img/footer_ptn.jpg);
	background-repeat:repeat-x;
}

#left_text
{
	position:absolute;
	top:50px;
	left:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

#right_text
{
	position:absolute;
	top:50px;
	right:12px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#FFFFFF;
}

#banner
{
	position:fixed;
	_position:absolute;
	padding:0;
	height:170px;
	width:315px;
	bottom:75px;
	left:0;
}
