@charset "iso-8859-1";

body {
	margin: 0px;
	height: 100%;
	width: 1024px;
	padding: 0px;
	font-family: Tahoma,Verdana, Arial;
	font-size: 12px;
	background:url(images/bg.gif) repeat-x;
	background-color: #c7fcd0;<!-- 82fa96 -->
	color: #000000;
}

#popup{
  width: 440px;
	font-family: Tahoma,Verdana, Arial;
	font-size: 12px;
	background:url(images/bg.gif) repeat-x;
	background-color: #c7fcd0;<!-- 82fa96 -->
	color: #000000;
	margin: 10px;
}

#player {
position: absolute;
top: 0;
right: 0;
}

#flags {
position: absolute;
top: 0;
left: 0;
border:none;
}

#container {
	width: 870px;
	height: 100%;
	background-color: #FFFFFF;
	border: 2px;
	position:absolute;
  left:77px;
}

#banner { 
  height:100px; 
  width:870px; 
  background:url(images/Header.gif); 
  margin:0px; 
  line-height:100px; 
} 

#menutable {
 	font-family: Impact, Book Antiqua, Verdana, Arial;
	font-size: 20px;
}

.nomouse, .mouse { 
  height:75px; 
  width:120px; 
  background:url(images/butmenu.gif); 
  margin:0px; 
  line-height:75px; 
  text-align:center; 
} 

.nomouse { 
  background-position: top left;
} 

.mouse { 
  background-position: -120px 0; 
	cursor: pointer;
} 

#iframe{
  width:870px;
	height:100%;
	border:0px;
}