body
{
	margin:0px;
	padding:170px 10px 0px 10px;
	background:#FFFFFF url("images/gradient2.jpg") left top repeat-x;
	font-family:Arial, Helvetica, sans-serif;
	font-size:small;
	text-align:center;
}

#header
{
	position:absolute;
	top:0px;
	left:0px;
	width:100%;
	height:100px;
	background:transparent url("images/header_right.gif") right top no-repeat;
	text-align:left;
}

#logo
{
	position:absolute;
	top:0px;
	left:0px;
	width:325px;
	height:100px;
	background:transparent url("images/header_left.gif") left top no-repeat;
}

h1, #header #address
{
	display:none;
}

#header p
{
	position:absolute;
	color:#FFFFFF;
	top:5px;
	left:335px;
	right:140px;
	font-size:240%;
}


ul
{
	margin:3px;
	padding:0px;
	text-align:left;
}

ul li
{
	list-style-type:none;
	font-size:90%;
}

a, a:visited
{
	color:#578BDE;
	text-decoration:none;
	font-weight:bold;
}

a:hover
{
	text-decoration:underline;
}


#footer
{
	clear:both;
	float:left;
	margin-top:100px;
	font-size:80%;
	color:#BBBBBB;
	text-align:center;
}

#container
{
	margin:0px auto;
	width:1000px;
}

#country_list, #middle_list
{
	clear:left;
	float:left;
	width:100%;
}

#middle_list
{
	background:transparent url("images/globe.gif") center top no-repeat;
}

#left_flag, #right_flag
{
	width:19%;
	float:left;
	height:240px;
	margin:0px 1% 20px 0px;
	text-align:center;
	overflow:hidden;
}

#middle_list #right_flag
{
	float:right;
}

#globe
{
	width:60%;
	float:left;
	height:240px;
	margin:0px;
	background:transparent url("images/globe.gif") center top no-repeat;
}

