@charset "euc-kr";

*{
	margin:0;
	padding:0;
}

html, body{
	height:100%;
}
body{
	background:url(./images/back.gif) left top repeat-x;
}

#top {
	position: relative;
	height: 140px;
	z-index: 1;
	background:#f8f8f8 url(./images/title.png) center no-repeat;
	border-bottom:1px solid #ddd;

}
#top .title{
	width:100%;
	display:table; 
}

#middle{
	min-height:100%;
	margin:-90px 0px -38px 0px;
	background: #f8f8f8;
}
*html #middle{
	height:100%;
}

#middle #wrapper{
	width:100%;
	display:table;
}

#middle #wrapper #content{
	padding:20px;
	margin-top:90px;
	text-align:justify;
}
#bottom{
	position:relative;
	height:40px;
    font-family: "±¼¸²", "µ¸¿ò";
}


/* { skin-congratulation1 */
div#top ul.title { height:90px; background:url(./images/back.gif) repeat-x; }
div#top ul.title li { height:90px; }

.pop_close { width:100%; position:absolute; left:0px; bottom:0px; text-align:center; line-height:34px; border-top:1px solid #2f2f2f; background:#2f2f2f; font-size:12px; font-family:"±¼¸²", "µ¸¿ò";}
.pop_close input {float:left; margin:11px 0 0 30px;}
.pop_close label {float:left; margin-left:8px; color:#ffffff;}
.pop_close a {display:block; float:right; width:80px; height:35px; background:#0f0f0f; color:#ffffff;}
.pop_close a:hover {text-decoration:underline;}

/* } skin-congratulation1*/