html {
	height:100%;
}

body{
background: #2d2824 url("../images/background.jpg") no-repeat center top fixed;
-webkit-background-size: 1900px 1250px;
height:100%;
}

#maincontainer{
margin:0px;
padding:0px;
color: #353535;
font-size: 12px;
font-family:  "Dotum",  "Verdana", "Arial";

}

img {
	border:0px;
}

#header {
	position:fixed;
	width:100%;
	z-index:10000;
	padding:0px;
	margin:0px;
	top:0px;
	margin: 0 auto;
}

#global_top {
	background: #313131;
	height:30px;
	color: #fff;
}

.service_top {
	margin: 0 auto;
	width: 980px;
	height: 67px;
}

#xn_channel_title {
	padding-top:78px;
	padding-bottom:20px;
	width:1040px;
	margin: 0 auto;
	text-align: center;

}

#wrapper {
position:relative;
margin: 0 auto;
width: 1040px;
height:100%;
}

#faux {
 background: #fff url(../images/contentwrapper_body.png);
 overflow: auto; /* Paul O Brien Fix for IE www.pmob.co.uk */
 width: 100%;
 padding-bottom:25px;
 min-height:1000px;
 overflow-y:hidden;
}
#text_title {
 color: #333;
 background: url(../images/contentwrapper_title.png);
 height: 19px;
 color: #fff;
 font-weight:bold;
 font-size: 16px;
}
#leftcolumn { 
 display: inline;
 color: #333;
 padding-left: 32px;
 float: left;
 height:100%;
}
#centercolumn { 
 float: left;
 color: #333;
 padding-left: 35px;
 display: inline;
 position: relative; 
 margin-top: 14px;
}
#rightcolumn { 
 display: inline;
 position: relative;
 color: #333;
 padding: 0px;
 width: 175px;
 float: right;
 right:35px;
 
}

#rightcolumn .title {
	font-weight:bold;
	border-bottom: 1px solid #d7d7d7;
	padding-bottom: 7px;
	margin-bottom:7px;
	margin-top:20px;
}

#leftcolumn .widget {
	width: 171px;	
	margin-bottom:15px;	
}

#centercolumn .widget {
	width: 489px;
}

#rightcolumn .widget_notice{
	margin-bottom: 10px;
	margin-top: 20px;
	width: 175px;
	float: left;
}

#rightcolumn .widget_notice .widget_notice_title{	
	border-top: 2px solid #000;
	border-bottom: 1px solid #b8b8b8;
	height: 21px;
	padding-top:9px;
	font-size: 12px;
	margin-bottom: 0px;
	width: 175px;
}

#rightcolumn .widget_notice .widget_notice_title .text{
	float:left;
	font-weight: bold;
	color: #333;
}

#rightcolumn .widget_notice .widget_notice_title .more{
	background: url('../images/square_noice_more.png') no-repeat;
	width: 40px;
	height: 10px;
	text-decoration: none;
	float:right;
	margin-top:2px;
}

.xn_lc_setting{
	float:left;
	margin-bottom: 15px;
}

a.lc_btn_setting{
	background: transparent url('../images/blue_big_btn_left.png') no-repeat top left;
	display: block;
	float: left;
	font: normal 12px Tahoma; /* Change 13px as desired */
	line-height: 16px; /* This value + 4px + 4px (top and bottom padding of SPAN) must equal height of button background (default is 24px) */
	height: 32px; /* Height of button background height */
	padding-left: 15px; /* Width of left menu image */
	text-decoration: none;
	font-weight: bold;
}

a.lc_btn_setting:visited, a.lc_btn_setting:active{
	color: #fff; /*button text color*/
}

a.lc_btn_setting .lc_btn_setting_right{
	background: transparent url('../images/blue_big_btn_right.png') no-repeat top right;
	display: block;
	padding: 9px 15px 7px 0px; /*Set 11px below to match value of 'padding-left' value above*/
	color: #fff; 
}

a.lc_btn_setting:hover{
	background-position: bottom left;
}

a.lc_btn_setting:hover .lc_btn_setting_right{
	background-position: bottom right;
	color: #fff;
}

.icon_setting{
	background: transparent url('../images/btn_icon.png') no-repeat 0px 1px;
	padding: 2px 6px;
	margin-right: 5px;
}