@charset "utf-8";
BODY {
	background-color:#111111;
	margin:0;
	scrollbar-face-color:#222222;
	scrollbar-highlight-color:#666666;
	scrollbar-shadow-color:#333333;
	scrollbar-3dlight-color:#666666;
	scrollbar-arrow-color:#666666;
	scrollbar-track-color:#111111;
	scrollbar-darkshadow-color:#111111;
}
TABLE              { border:0; padding:0px; border-collapse:collapse; }
IMG                { border:0; }

<-- 전체 레이아웃 Table -->
.layout_table      { width:100%; height:100%; }
.layout_td         { text-align:center; vertical-align:top; }

<-- 레이아웃 안의 내용 Table -->
.contents00        { width:1000px; height:100%; text-align:center; vertical-align:top; }
.contents01        { width:284px; vertical-align:top; }
.contents02        { width:10px; background:url(../images/bg.jpg) repeat-y;}
.contents03        { width:706px; text-align:center; vertical-align:top; }

<-- 플래시 메뉴 -->
#menu              { width:284px; height:800px; text-align:center; }
#intro             { width:100%; height:100%; text-align:center; }
