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



body {
	background-color: #f3f3f3;
	margin: 0 auto; 
    min-height: 100%; 
   
}
.bara_top {
	width: 100%;
	height: 3px;
	background-color: #e6a720;
	
}
.container_flash {
	width: 100%;
	text-align: center;
	min-width: 1000px;
	height: 725px;
	margin-top: -4px;
	
}
.footer_bar {
	width: 100%;
	background-image: url(images/footer_bara.jpg);
	background-repeat: no-repeat;
	background-position: center;
	height: 35px;
	position: absolute;
	top: 705px;
	
}
.footer_fill {
	background-image: url(images/footer_fill.jpg);
	background-repeat: repeat-y;
	background-position: center;
	width: 100%;
	height:300px;
	
	
}
