*{
	margin:0;
	padding:0;
	background-position:center;
	
}

	
		#soc ul{
		    list-style:none;
			text-align:center;
		}
			#soc li{
				list-style:none;
				display:block;
				float:left;
				padding:30px 10px 0 10px;
			}
				#soc li a{
					display:block;
					float:left;
				}
					#soc li a span{
						display:none;
					}
					#soc li a:hover{
						text-decoration:none;
					}
				#soc li a.twitter{
					background:url(../images/twitter.png) no-repeat;
					width:20px;
					height:20px;
				}
					#soc li a:hover.twitter{
						background:url(../images/twitter_h.png) no-repeat;
					}
				#soc li a.vkontakte{
					background:url(../images/vkontakte.png) no-repeat;
					width:20px;
					height:20px;
				}
					#soc li a:hover.vkontakte{
						background:url(../images/vkontakte_h.png) no-repeat;
					}
				#soc li a.facebook{
					background:url(../images/facebook.png) no-repeat;
					width:20px;
					height:20px;
				}
					#soc li a:hover.facebook{
						background:url(../images/facebook_h.png) no-repeat;
					}
				#soc li a.rss{
					background:url(../images/rss.png) no-repeat;
					width:20px;
					height:20px;
				}
					#soc li a:hover.rss{
						background:url(../images/rss_h.png) no-repeat;
					}
				#soc li a.google{
					background:url(../images/google.png) no-repeat;
					width:20px;
					height:20px;
				}
					#soc li a:hover.google{
					background:url(../images/google_h.png) no-repeat;
					}
				
			#soc li a.Livejournal{
					background:url(../images/Livejournal.png) no-repeat;
					width:20px;
					height:20px;
				}
					#soc li a:hover.Livejournal{
					background:url(../images/Livejournal_h.png) no-repeat;
					}
				