body, html {
    font-family: verdana;
    font-size: 12px;
    line-height:20px;
    color: #333;
    background-color: #FEFEFE;
    margin: 0;
    text-rendering: optimizeLegibility;
	padding-top: 10px;
}
#content {
    position: relative;
    background: #FEFEFE;
    max-width: 728px;
    padding: 20px;
}
.block {
	border: 1px solid #CCC;
    border-radius: 3px;
    background-color: #FAFAFA;
}
.share-text {
	 text-align: center;
	 font-size: 20px;
	 padding-top: 50px;
	 line-height: 30px;
}
#vk {
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('./img/vk.png');
}
#ok {
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('./img/ok.png');
}
#fb {
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('./img/fb.png');
}
#gp {
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('./img/gp.png');
}
#tw {
	width: 48px;
	height: 48px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('./img/tw.png');
}
#ws {
	width: 300px;
	height: 77px;
	outline: none;
	cursor: pointer;
	border: none;
	background-color: rgba(0, 0, 0, 0);
	background-image: url('./img/ws.png');
}
.logo {
	/*border-bottom: solid #CACACA 1px;*/
	border: 0;
	display: block;
    margin: 0 auto;
}
figure {
	text-align: center;
}
#ru, #en {
	 border: 2px solid grey;
}
