 BODY {
	background-image: url(background.gif);
	background-color: #FFFFFF;
	margin: 0;
	padding: 0;
	text-align: center;
	font-family: Verdana, Arial, Helvetica, sans-serif;
}

#CONTAINER_BACKGROUND {
	position: absolute; top: 10px; left: 25px;
	width: 850px;
	height: 522px;
	z-index:0;
}

#CONTAINER {
	position: absolute; top: 10px; left: 25px;
	width: 850px;
	height: 522px;
}

#LOGO {
	position: absolute; top: 22px; left: 25px;
	width: 220px;
	height: 70px;
}
#LOGO IMG {
	border: 0;
	margin: 0;
	padding: 0;
}

#FLAGS {
	position: absolute; top: 465px; left: 23px;
	width: 138px;
	height: 20px;
}
#FLAGS IMG {
	border: 0;
	margin: 0;
	padding: 0;
}

#COPYRIGHT {
	position: absolute; top: 528px; left: 250px;
	width: 570px;
	height: 30px;
	font-size: 12px;
	color: white;
	text-align: center;
}

#MENU{
	position: absolute; top: 178px; left: 25px;
	float: left;
	width: 150px;
	height: 252px;
	margin-top: 5px;
}
#MENU P A {
	font-size: 20px;
	color: white;
	text-decoration: none;
}
#MENU P A:active {
	font-weight:bold;
}
#MENU P A:hover  {
	font-weight:bold;
	padding: 0 5px 5px 5px;
	background-color: #081039;
}
#SELECTED{
	font-size: 20px;
	color: white;
	font-weight:bold;
	text-decoration: underline;
}

#CONTENT {
	position: absolute; top: 108px; left: 220px;
	float: left;
	width: 578px;
	height: 376px;
	background-image: url(content_background.jpg);
}