
/*socialBtn*/
section#social{
	position:fixed;
	right:0px;
	top:195px;
	color:white;
	width:30px;
	height:100px;
	z-index:10;
}
	section#social a{
		display:block;
		width:30px;
		height:30px;
		margin:0 0 10px 0;
		text-indent:-9999px;
	}
		section#social a img{
			display:block;
		}
		section#social a#btnFacebook{
			background:url(../images/btnFacebook.gif);
			text-indent:-9999px;
		}
		section#social a:hover,
		section#social a:focus{
			filter: alpha(opacity=80);
			opacity:0.8;
		}
		section#social a#btnDelicious{
			margin:10px 0;
		}
		