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

#outercontainer { 
	position:relative; 
	width: 100%;
	height:100%;
	background-color:#ffffff; 
}
html>body #outercontainer {
    height: auto;
	}

#innercontainer { 
/*
	width:100%;
	height:100%;
*/	
	position:relative; 
	margin:0 auto;
	min-width:800px;
	max-width:1024px;
	padding:0 20px 48px 30px;
	background-color:#ffffff; 
}
html>body #innercontainer {
    height: auto;
	}

#header { 
	text-align:left;
	width: 100%; 
	height: 150px;	
	clear: both; 
}

#date {
	position:absolute;
	top: 10px;
	right: 100px;
	}

#content { 
	width: 100%;
	padding:10px 0 20px 5px; 
	background-color:#ffffff; 
}	

#copyright {
	position:relative; 
	text-align:center; 
	bottom: 0px;
	height: 24px;
	padding-bottom:10px;	
}

