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

/* body {	margin: 0px;} */


#box_header {
	width: 100%; 
	height: 100px; 
	background-color: #B5B56A; 
	font:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#box_banner {
	width: 150px; 
	height: 100%; 
	background-color: #B5B56A; 
	font:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}
#box_footer {
	width: 100%; 
	height: 50px; 
	background-color: #B5B56A; 
	font:Georgia, "Times New Roman", Times, serif;
	text-decoration:none;
}

div.box_1{
	width: 200px; 
	height: 200px; 
	position: absolute; 
	left: 20px; 
	top: 20px; 
	z-index: 1;	
	border: 10px solid #FFFFFF; 
	background-color: #2693FF; 
}
div.box_2{
	width: 200px; 
	height: 200px; 
	position: absolute; 
	left: 110px; 
	top: 100px; 
	z-index: 2;	
	border: 10px solid #FFFFFF; 
	background-color: #ff0000;	
}
div.box_3{
	width: 200px; 
	height: 200px; 
	position: absolute; 
	left: 220px; 
	top: 200px; 
	z-index: 3;	
	border: 10px solid #FFFFFF; 
	background-color: #8C8C00; 
}
div.title{
	width: 80%; 
	border: 1px solid #000; 
	background-color: #FFFFFF; 
	margin-top:5px; 
	margin-left:20px; 
	text-align:center;
}

