* {
	margin: 0;
	padding: 0;
	border: 0;
}
html {
	width:100%;
	height:100%;
}
body {
	background-color:#000;
	width:100%;
	height:100%;
	overflow:hidden;
	font-family: verdana, sans-serif;
	font-size: 10px;
}
div.mainBlock {
		background: url(/images/bgr-noflash.jpg) no-repeat;
		height: 592px; width: 960px;
		position: relative;
		margin: 60px auto 0 auto;
}
span {
	display: none;
}
a.nainstalovat {
	background: url(/images/nainstalovat.gif) no-repeat;
	height: 42px; width: 152px;
	position: absolute; left: 493px; top: 449px;
}
a.nainstalovat span {
	background: url(/images/nainstalovat.gif) no-repeat;
	height: 42px; width: 152px;
	position: absolute; top: 0; left: 0;
	display: block;
	cursor: pointer;
}
p.footer {
	position: absolute; bottom: -26px; left: 0;
	width: 960px;
	text-align: left;
	color: #292929;
	margin: 0; padding: 0;
}
p.footer a {
	color: #292929;
	text-decoration: none;
}
p.footer b {
	font-weight: normal;
	position: absolute; top: 0; right: 0;
}


.wallkit_posts {
background: red;
}