html, body {
	height: 100%;
}

body {
	background: url(../images/bg-2.png) repeat;
}

a {

}

#deal {
	width: 411px;
	height: 74px;
	position: absolute;
	top: 45%;
	left: 50%;
	margin: -50px 0 0 -205px;
	background: url(../images/deal.png) no-repeat center center;
}

#main {
	text-align: center;
	width: 200px;
	height: 64px;
	margin: -32px 0 0 -100px;
	-webkit-border-radius:10px;-moz-border-radius:10px;border-radius:10px;
	-moz-box-shadow: 0px 0px 3px #000000;
	-webkit-box-shadow: 0px 0px 3px #000000;
	box-shadow: 0px 0px 3px #000000;
	background: #ffffff;
	padding: 10px 10px 8px 10px;

	position: absolute;
	top: 45%;
	left: 50%;
	

}

#main a {
	display: inline-block;
	width: 64px;
	height: 64px;
}
	

#main a.vk { background: url(../images/icons/vk-bw.png); }
#main a.vk:hover { background: url(../images/icons/vk.png); }

#main a.twitter { background: url(../images/icons/twitter-bw.png); }
#main a.twitter:hover { background: url(../images/icons/twitter.png); }

#main a.facebook { background: url(../images/icons/facebook-bw.png); }
#main a.facebook:hover { background: url(../images/icons/facebook.png); }