body{  
    margin: 0;  
    padding-bottom:110px;  
}  
* html body{  
    overflow: hidden;  
}   
 
* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
} 

* html div#contents{
	height: 100%;  
    overflow: auto; 
}

div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;
	background:url(/images/social/socialback.png);
} 
div#hide {
	padding-top:5px;
	font-size:9px;
}
div#hide p {
	font-size:10px;
}

div#hidebox {
	width:100%;
}

div#pcArea {
	 display:block; 
	 width:950px; 
	 height:65px; 
	 padding-bottom:5px; 
	 margin:0 auto; 
	 text-align:center;
}

div#smartArea {
	display:none;
}

iframe.twitter-share-button {
    width: 70px!important;
}