/* CSS Document */

body {
	background: #000 url('../img/bg.jpg') center top no-repeat;
	}
	
#mainMenu {
	background: url('../img/mainMenu_bar.gif') top left no-repeat;
	/*position: absolute;*/
	height: 43px !important;
	width: 900px;
	/*top: 68px;*/
	left: 0;
	padding: 0;/*14px 0 0 0;*/
	margin: 0;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	}
	
/* absolutes */
#flags {
	text-align: right;
	position: absolute;
	top: 14px;
	left: 634px;/* 14X19=266-900=634 567-120(basket)px;*/
	/*mid sizeflags 17+2=19px if 17 flags => 17x19=323px  = 900(containerwidth)-0(from edge)-323=577 for leftposition */
	padding: 0;
	margin:0;
	text-align: right;
	position: absolute;
	}
