@charset "UTF-8";
/* CSS Document */

body{  
    margin: 0;  
    padding: 0 0 70px 0;  
}  
* html body{  
    overflow: hidden;  
}   
 
div#footerArea {  
    position: fixed !important;  
    position: absolute; 
	z-index:5000; 
    bottom: 0;  
    left: 0;  
    width: 100%;  
    background-color: rgba(80,15,3,0.8);
    color: #fff;
	border-top:solid 1px #862d21;  
	padding:5px 0;
} 
#footerArea a
{ color:#FFF;
}
* html div#contentsArea{  
    height: 100%;  
    overflow: auto;  
}  
@media print, screen and (min-width: 993px), print {

div#footerArea {
	font-size:1.2em;
	height: 70px;  
}

}
@media print, screen and (min-width: 391px) and (max-width: 992px) {
	div#footerArea {
	font-size:0.8em;
	text-align:center;
    height: 70px; 
}
}

@media print, screen and (max-width: 390px) {
div#footerArea {
	font-size:0.8em;
	text-align:center;
    height: 70px;  
}
}