/* :::::::::: BASE :::::::::: */
body{
	margin:0px;
	padding:0px;
	background-color:#000000;
}
/* :::::::::: COMMON :::::::::: */
div#wrapper{
	width:650px;
	background-color:#FFFFFF;	
	margin:0px auto;
	text-align:left;
}


/* :::::::::: CONTAINER :::::::::: */
div#container{
	width:650px;
}

/* :::::::::: TOP FLASH :::::::::: */
div#top_flash{
	width:650px;
	background-color:#FFFFFF;
}

/* :::::::::: MENU NAVI :::::::::: */
div#menunavi{
	width:650px;
	height:102px;
}

