
/*------------------------------------------------------*/
/* Auther unType::TALO::0804 */
/*------------------------------------------------------*/
/* Relation of CSS Files
	common.css 
		|----header.css
		|----contents.css	
		|----footer.css
		|----style.css	
*/
/*------------------------------------------------------*/
/* Common */
/*------------------------------------------------------*/
/* CSS Import --------------------------------- */
	@import url(header.css);
	@import url(footer.css);
	@import url(contents.css);
	@import url(style.css);

/* HTML --------------------------------- */
	html {
		height:100%;
	}
	
/* Body --------------------------------- */
	body {
		height: 100%;
		background: #000000 url("/common/images/bodyBg.gif") repeat-y center;
		margin: 0 auto;
		padding: 0;
		text-align:center;
	}

/* Reset --------------------------------- */
	ul,li,dl,dt,dd {
		margin:0;
		padding:0;
		}
	h1,h2,h4 {
		margin:0;
		padding:0;
		clear:both;
		color:#000000;
		}





/*------------------------------------------------------*/
/* End */
/*------------------------------------------------------*/