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

body{  
    margin: 0;  
    padding: 0 0 50px 0;  
}  
* html body{  
    overflow: hidden;  
}   
 
div#footerArea {  
    position: fixed !important;  
    position: absolute;  
    bottom: 0;  
    left: 0;  
    width: 100%;  
    height: 50px;  
    background-color: #027D2B;  
    color: #fff;
	border-top:solid 1px #FFF;  
} 
#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;
	
}

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

}
}

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

}
}