@charset "utf-8";
/* CSS Document */

body {
	color: #555;
	font-family: "돋움", Dotum, Arial, Helvetica, Applegothic, sans-serif;	
	font-size: 0.8em;
	width:100%;
	height: 100%;
}

body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td { 
	padding : 0 ;
	margin : 0 ; 
}

#wrap {
	height:800px;
}

html* #wrap {
	height:100%;
}

