@charset "utf-8";
/* CSS Document */
* {
	padding:0;
	margin:0;
}
body {
	font-family:Verdana, Arial, Helvetica, sans-serif;
	background-color:#73252d;
	background-image:url(../im/back.gif);
	background-repeat:repeat-x;
	color:#cda7ae;
}
.logo {
	margin-left:auto;
	margin-right:auto;
	height:210px;
	width:322px;
}
.logo img {
	position:relative;
	top:90px;
	margin:auto;
	border:0;
}
.country {
	top:60px;
	margin-left:auto;
	margin-right:auto;
	position:relative;
	width:332px;
	height:500px;
}
.country a{
	text-decoration:none;
	text-align:center;
	color:#cda7ae;
	font-size:110%;
	font-style:oblique;
	font-weight:bold;
}
.country img{
	padding-top:20px;
	border:0px;
}
.country .ukr {
	float:left;
	text-align:center;
	width:166px;
}
.country .cis {
	float:right;
	text-align:center;
	width:166px;
}