body{
	padding: 0;
	margin: 0 auto;
}
body img {
	border: 0;	
}
a{
 background-repeat: no-repeat;
}
/*header*/
#header{
	width: 785px;
	margin-top: 120px;
}
#logo{
	width: 244px;
	height: 39px;
	float: left;
	background-image: url('../images/rus_logo.png');
}
#language{
	float: left;
	margin-top: -30px;
	margin-left: 10px;
	display: block;
	width: 30px;
	height: 31px;
	background-image: url('../images/language.gif');
}
#language:hover{
	background-position: 0 -34px;
}
#footer{
	width: 785px;
	padding-bottom: 100px;
}
#right{
	width: 247px;
	height: 8px;
	float: left;
	background-image: url('../images/copy_rus.gif');
	overflow: hidden;
}
#create{
 clear: left;
 width: 91px;
 height: 9px;
 float: left;
 margin-top: 1px;
 background-image: url('../images/rus_created.gif');
 overflow: hidden;
}
#artua{
	margin: 1px 0 0 3px;
	width: 126px;
	height: 9px;
	float: left;
	background-image: url('../images/artua_rus.gif');
	overflow: hidden;
}
#artua:hover{
	background-position: 0 -11px;
}
#tel{
	width: 97px;
	height: 9px;
	float: right;
	background-image: url('../images/tel.gif');
	 overflow: hidden;
}