*{
	background-repeat: no-repeat;
	margin: 0px;
	padding: 0px;
	border: none;	
   font-family: Tahoma, Verdana, Geneva, Arial, Helvetica, sans-serif;	
}
body{
	width: 100%;
	height: 100%;
	background-color: #000000;	
	font-size: 11px;
	color: #FFFFFF;	
	background-image: url(images/repeat.png);
	background-repeat: repeat-x;
}
a{
	color: #FFFFFF;
	text-decoration: none;
}
a:hover{
	text-decoration: none;
}
div#yellow,div#yellow2{
	position:absolute;
	top:341px;
	right:990px;	
	height:28px;
	display:block;
	width:100%;	
	background-image: url(images/yellow.gif);
	background-repeat: repeat-x;	
}
div#yellow2{
	top:492px;
}
div#top_menu{
	position:absolute;
	top:100px;
	right:0px;
	width:507px;
	z-index:2;	
}
div#top_menu a.menu_link{
	display:block;
	text-indent:-500px;
	width:507px;
	height:23px;
	overflow:hidden;
	margin-bottom:1px;
	background-position: top;
}
div#top_menu a.menu_link:hover{
	background-position: bottom;
}
#flash{
	position:absolute;
	top:0px;
	right:0px;	
	width:990px;
	height:850px;	
/*	overflow:hidden;*/
	z-index:1;
}
#bottom{
	width:990px;
	text-align:center;
	position:absolute;
	top:850px;
	right:0px;		
}
.langs{
	position: absolute;
	z-index: 3;
	top: 5px;
	right: 5px;
	width: 50px;
	height: 20px;
	text-align: right;
}
.langs a{
	display: block;
	float: left;
	width: 23px;
	height: 23px;
	background-position: top;
}
.langs a:hover{
	background-position: bottom;
}