﻿charset "utf-8";
/* CSS Document */


body {
	margin: 0;
	padding: 0;
	height: 100%;
	width: 100%;
	font-family: "Lucida Sans Unicode", Trebuchet MS, arial, sans-serif;
	font-size: 8pt;	
}



#page {
	margin: 0;
	padding: 0;
	height: 1000px;
	width: 100%;	
}


.master_holder {
	margin: 0 auto 0 auto;
	width: 500px !important;
	height: 262px;
	text-align: center;
	padding: 0;
}

#bg {
	margin: 100px auto 0 auto;
	width: 640px !important;
	height: 326px;
	background: transparent url('../index_bg.png') no-repeat;
	text-align: center; 
}

#belflag {
	position: relative;
	display: inline;
	margin: -229px auto 0 240px;
	width: 9px;
	height: auto;
	background: transparent;
	padding: 0;
	float: left;
}

#languages {
	display: block;
	width: 70px;
	height: 100%;
	margin-top: -250px;
	margin-right: 11px;
	background: transparent;
	text-align: left;
	padding: 0;
	float: right;
	clear: both;
}


#languages ul{
	font-family: "Lucida Sans Unicode", Trebuchet MS, arial, sans-serif;
	font-size: 8pt;
	font-weight: normal;
	padding: 1.4em 3.2em;
	margin-left: 0;
	height: 20px;
}

#languages ul li{
	list-style: none;
}

#languages ul li a{
	padding: 2px 0.5em;
	text-decoration: none;
	color: #999999;
}

#languages ul li a:hover{
	color: #99cc00;
}

html>body .languages ul li a:active { 
	/* Apply mousedown effect only to NON IE browsers */
}

#under_construction	{
	margin: 30px auto 0 80px;
}


.count {
	position: relative;
	margin-top: 600px;
	margin-left: 0;
	color: #474747;
}

a:active {    
  outline: none;    
  }   

a:focus {    
  -moz-outline-style: none;    
  }   

button:focus {        
  outline: none;    
  }  
