@charset "windows-1251";
/* CSS Document */
/*-----------------------------------------------*/
.empty {}
/*-----------------------------------------------*/
body{
	background-color : White;
	font-family: Arial, Helvetica, sans-serif;
	background-repeat: no-repeat;
	margin:0 0 0 0;
        /*fav*/
    text-align: center;  /*IE*/
}
/*-----------------------------------------------*/

body *
{
  
}
/*-----------------------------------------------*/
#container
{
   margin:0 auto;   /*Mozilla*/
   width: 998px;
   position: relative;
}
/*-----------------------------------------------*/
a{
	text-decoration:none;
}
/*-----------------------------------------------*/
img{
	border: 0px;
	margin: 0 0 0 0;	
}
/*-----------------------------------------------*/
form{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
}
/*-----------------------------------------------*/
table{
	margin: 0 0 0 0;
	padding: 0 0 0 0;
	font-size:13;
	border-collapse: collapse;
	letter-spacing: 0;
}


#left_container
{
  display: none;
}

#top_container
{
  display: none;
}
