	body {
		margin: 0px; 
		padding: 0px; 
		position: relative;
	}
	table { 
		width: 100%;
		border: 0px;
		padding: 0px;
		margin: 0px; 
	}
	div, td, img {
		border: 0px;
		padding: 0px;
		margin: 0px; 
	}
	
	.left { 
		background-image: url(../images/fill_left.gif); 
		background-repeat:repeat-x; 
	}
	.right { 
		background-image: url(../images/fill_right.gif); 
		background-repeat:repeat-x; 
	}
	
	/*	.left {background-color: #a2b3cd;}
	.right {background-color: #a2b3cd;}*/

	#countur {height: 100%;}
	
	#text_container {
		position: relative;
		visibility: visible;
		z-index: 1;
		width: 417px;
	}
	
	#text_empty {
		position: absolute; 
		width:417px;
		z-index:2;
		left: 0;
		top: 0;
		visibility: visible;
	}
	#text_NA {
		position: absolute; 
		width:417px;
		z-index:3;
		left: 0;
		top: 0;
		visibility: hidden;
	}
	#text_Europe {
		position: absolute;
		width:417px;
		z-index:3;
		left: 0;
		top: 0;
		visibility: hidden;
	}
	#text_Asia {
		position: absolute; 
		width:417px;
		z-index:3;
		left: 0px;
		top: 0;
		visibility: hidden;
	}
