﻿body
{
	background-image: url(../images/back.gif);
	background-repeat: repeat-x;
	font-family: Trebuchet MS;
	margin: 0;
}

.content
{
	width: 916px;
	margin: 0 auto;
}

.main
{
	width: 916px;
	height: 587px;
	background-image: url(../images/index_main.png);
}

.foot
{
	width: 916px;
	height: 127px;
	background-image: url(../images/index_foot.png);
}

.countries_map
{
	padding: 360px 0 0 0;
	/*position: absolute;*/
	text-align: center;
}

.country_name
{
    color: #F3AB1B;
    font-size: 20px;
	font-weight: bold;
	margin: -40px auto 0 auto;
	text-align: center;
	width: 300px;
}
.flag{}

area a
{
    display: block;
}