#zone-selection
{
	margin-left: 40px;
}
#zone-selection A
{
	display: block;
	background: #E10019 url(../img/bg-zoneselection.png) no-repeat;
	width: 133px;
	height: 168px;
	/*+placement:float-left 0px 0px;*/
	float: left;
	position: relative;
	left: 0px;
	top: 0px;
	border: 0;
	color: #FFF;
	position: relative;
	font-size: 15px;
	margin: 0 17px 0 0;
	font-weight: normal;
}
#zone-selection A SPAN
{
	position: absolute;
	bottom: 5px;
	left: 5px;
}
#north-america
{
	background-position: 0px 0px !important;
}
#north-america:hover
{
	background-position: 0px -169px !important;
}
#south-america
{
	background-position: -134px 0px !important;
}
#south-america:hover
{
	background-position: -134px -169px !important;
}
#europe
{
	background-position: -268px 0px !important;
}
#europe:hover
{
	background-position: -268px -169px !important;
}
#africa
{
	background-position: -402px 0px !important;
}
#africa:hover
{
	background-position: -402px -169px !important;
}
#asia
{
	background-position: -536px 0px !important;
}
#asia:hover
{
	background-position: -536px -169px !important;
}
#italy
{
	background-position: -670px 0px !important;
}
#italy:hover
{
	background-position: -670px -169px !important;
}
#footer
{
	display: none;
}
#container
{
	height: 600px;
}

