﻿@charset "utf-8";
/* CSS Document */
@import url("content.css");
/* Layout */
#accessibility {
	display: none;
}

#header_wrap {
	width:970px;
	height:90px;
	overflow:hidden;
	margin:0 0 15px 10px;
}

#header_wrap h1 {
	margin:0;
	padding:0;
	visibility:hidden;
}

/*#head h1 img {
	vertical-align:top;
}*/

#content_wrap {
	width:970px;
	margin:0 0 0 10px;
	padding:0;
}

#content_wrap .visual {
	width:970px;
	height:150px;
	margin:0;
	padding:0;
}

#content_wrap .side {
	float:left;
	width:180px;
	margin:0 30px 0 0;
	padding:0;
}

#content_wrap .article {
	float:right;
	width:760px;
	margin:0;
	padding:0;
	position: relative;
}

#footer_wrap {
	width:970px;
	height:80px;
	margin:10px 0 0 10px;
	padding:0;
	background:url(../images/bg/footer_address.gif) no-repeat left top;
}

/* 서버 작업 진행 시 대기Css*/
 #divProgressBar
{
    position: fixed;
    top: 0px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    overflow: hidden;
    padding: 0;
    margin: 0;
    background-color: #000;
    filter: alpha(opacity=50);
    opacity: 0.5;
    z-index: 1000;
}
#divMessage
{
    position: fixed;
    top: 30%;
    left: 43%;
    padding: 10px;
    width: 14%;
    z-index: 1001;
    vertical-align: middle;
}
