body{
	background:url('../images/bg.png') 0 0 repeat-x #5b5c5e;
	margin:0;
	font-family:Arial, sans-serif;
	font-size:16px;
	line-height:24px;
	color:#ffffff;
}

a{
	color:#fff;
	text-decoration: none;
}

a:hover{
	text-decoration: underline;
}

body.ru{
	font-size:15px;
}

em{
	font-style: normal;
}

.wrapper{
	width:969px;
	margin:0 auto;
	position: relative;
	padding-top:240px;
}

.langs{
	position: absolute;
	top:35px;
	right:280px;
}

.logo{
	position: absolute;
	top:0;
	right:46px;
}

.alert{
	margin:0 auto 0 auto;
	height:200px;
	width:545px;
	border:1px solid #e6e6e6;
	border-radius:15px;
	text-align: center;
	background: url('../images/alert_bg.png') 0 0 repeat-x;
	padding-bottom:6px;
	font-weight: bold;
}

.alert p{
	padding:17px 0 14px 0;
}

.alert a{
	display: block;
	float: left;
	width:92px;
	height:76px;
	text-indent:-9999px;
}

.alert a.alert-yes{
	margin-left:158px;
	background: url('../images/alert_yes_lv.png') 0 0 no-repeat;
}

.ru .alert a.alert-yes{
	background-image: url('../images/alert_yes_ru.png');
}

.alert a.alert-no{
	margin-left:42px;
	background: url('../images/alert_no_lv.png') 0 0 no-repeat;
}

.ru .alert a.alert-no{
	width:111px;
	background-image: url('../images/alert_no_ru.png');
}