@charset "utf-8";
/* CSS Document */
body {
	background-color:#000000;
}
#menu_all {
	position:absolute;
	width:800px;
	height:1px
}
#news_img {
	position:fixed;
	width:300px;
	height:300px;
}
#flash {
	position:fixed;	
}
#footer {
	position:fixed;
	bottom:-10px;
	left:0px;
	width:100%;
	height:13px;
	font-family:Verdana, Arial, Helvetica, sans-serif;
	font-size:10px;
	color:#999999;
	background-color:#484848;
	text-align:left;
	text-indent:5px;
}
#white {
	font-size:12px;
	letter-spacing:0.8px;
	color:#FFFFFF;
}

