/* CSS Document */
@charset "utf-8";

* {
	margin:0;
	padding:0;
}
body {
	background:#000 url(images/global/bg_body.gif);
	color:#888;
	text-align:center;
}
img {
	border-width:0;
}
/* LAYOUT -------------------------------------*/
#container {
	width:900px;
	text-align:left;
	font-size:0.8em;
	margin:0 auto;
	background:#000;
}
#indexContent{
	text-align:center;
}
#flashArea {
	width:800px;
	height:430px;
	margin:0 auto;
	background:url(images/index/bg_wood.jpg) repeat-x 0 0;
}
#flash {
	width:800px;
	height:430px;
}
#bannerArea {
	margin:20px 50px 0;
}
#bottomNavi {
	width:800px;
	margin:30px 50px 0 !important;
}
