header,
footer,
nav,
section {
    display: block;
}
.social_box{
    width:32px;
    height:154px;
    position:fixed;
    top:350px;
    left:0px;
    display:block;
	z-index:100;
	background-color:#efb57c;	
	border-radius:0px 15px 15px 0px;
	-webkit-border-radius:0px 15px 15px 0px;
	-moz-border-radius:0px 15px 15px 0px;
	padding:3px;
	overflow:hidden;
}
.social_item{
border-bottom:2px solid #fff;
height:32px;
width:25px;
margin:6px;
text-align:center;

}
.social_item_img{
max-height:100%;
max-width:100%;
}