﻿@charset "utf-8";

body{  
	margin: 0;  
	padding: 100px 0 50px 0;  
	background-color: #000000;
}  

html body{  
	overflow: hidden;  
}   

div#headerArea {  
	position: fixed !important;  
	position: absolute;  
	top: 0;  
	left: 0;  
 	width: 100%;  
	height: 100px;  
	background-color: #4E9ABE;  
	color: #fff;  
}  

div#footerArea {  
	position: fixed !important;  
	position: absolute;  
	bottom: 0;  
	left: 0;  
	width: 100%;  
	height: 18px;  
	background-color: #000000;  
	color: #fff;  
	text-align: center;
	font-size: 70%;
	font-family: "Chicago",sans-serif;
	letter-spacing: 0.2em;
	line-height: 130%;
}  

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