@charset "utf-8";
/*
CSS Document
Page Info	: 사이트 전체 동일하게 사용되는 스타일, 지원브라우져 IE6/IE7/FireFox2/Opera/Safari 
Code		: 김은지 DIGITALOASIS
Date			: 2008-01-07

*html 					{ 익스6 }
*+html 					{ 익스7 }
:root 					{ Firefox }
html:first-child 		{ Opera&Safari }
*/
*					{ margin: 0; padding: 0; border: 0;}
html, body		{ height: 100%; margin: 0; padding: 0; }
table				{ border-collapse: collapse; }

body				{ background: url(../images/common/main_bg.jpg) center #000000 repeat-y; }
.main						{ width: 100%; }
.main .mainCont		{ position: relative; }
#Hmenu					{ top: 10px; left: 50%; margin: 0 0 0 -500px; }






