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

body{
	background:#dedfe1 url('../img/bkg.jpg') top center no-repeat;
	color:#717073;
	width:985px;
	margin:0px auto;
	text-align:center;
	font-family:Arial, Helvetica, sans-serif;
	font-size:8pt;
	}
	
body #main{
	width:985px;
	margin:0px auto;
	}
img{
	border:none;
	}
	
	
/* Flashka */
#flashka{
	width:985px;
	height:600px;
	display:block;
	}
	

/* Foot */
#footer{
	width:985px;
	height:92px;
	clear:both;
	display:block;
	margin:5px 0px 0px 0px;
	}
#footer #logosy{
	width:75px;
	float:left;
	margin:0px 0px 0px 0px;
	}
#footer #content{
	width:894px;
	float:right;
	margin:0px 0px 0px 0px;
	padding:0px;
	font-size:7pt;
	font-weight:bold;
	}
#footer #content #up{
	width:894px;
	clear:both;
	padding:31px 0px 36px 0px;
	border-bottom:1px solid #aeaeae;
	color:#6b6b6d;
	}
#footer #content #down{
	width:894px;
	clear:both;
	margin:23px 0px 10px 0px;
	color:#6b6b6d;
	}
#footer #content #up span b, #footer #content #down span b{
	color:#323232;
	}
#footer #content #up span, #footer #content #down span{
	display:inline-block;
	float:left;
	}
#footer #content #up a, #footer #content #down a{
	float:right;
	text-decoration:none;
	color:#717174;
	}
#footer #content #up a:hover, #footer #content #down a:hover{
	float:right;
	text-decoration:none;
	color:#3c3c3c;
	}