 /* layer-pop */
 .layer {display:none; position:fixed; _position:absolute; top:0; left:0; width:100%; height:100%; z-index:100;}
 .layer .bg {position:absolute; top:0; left:0; width:100%; height:100%; background:#000; opacity:.5; filter:alpha(opacity=50);}
 .layer .pop-layer {display:block;}

 .pop-layer {display:none; position: absolute; top: 55%; left: 50%; width: 1000px; height:auto;  background-color:#fff;  border: 5px solid #3571B5; z-index: 10;background:url(../img/tg_bg.png);} 
 .pop-layer .pop-container {padding: 0px 25px;}
 .pop-layer p.ctxt {color: #666; line-height: 25px;}
 .pop-layer .btn-r {width: 100%; margin:10px 0 20px; padding-top: 10px; border-top: 1px solid #ccc; text-align:right;}

 a.cbtn {display:inline-block; height:25px; padding:0 14px 0; border:1px solid #304a8a; background-color:#3f5a9d; font-size:13px; color:#fff; line-height:25px;} 
 a.cbtn:hover {border: 1px solid #091940; background-color:#1f326a; color:#fff;}


 /* layout */
#wrapper {
 width: 1000px;
 margin: 0 auto;
}

#leftcolumn { /* Parent Wrapper for inside boxes */
 margin: 0px 0px 0px 5px;
 display: inline; /* IE Hack */
 width: 50%;
 float: left;
 min-height: 300px;
}
* html #leftcolumn {height:300px} /* IE Min-Height Hack */ 

#centercolumn {
 margin: 0px 0px 0px 0px;
 display: inline; /* IE Hack */
 width: 44%;
 float: left;
 min-height: 300px;
}
* html #centercolumn {height:300px} /* IE Min-Height Hack */ 

#footer {
 display: inline; /* IE Hack */
 float: left;
 width: 100%;
}