"utf-8";
/* CSS Document */

/*all*/
#wrap {
	
	width:100%;
	min-height: 100%;
	margin-bottom:-139px;
}
* html #wrap{
	height: 100%;
}

/*flash*/
#flash {
	z-index:990;
	position:relative;
	width:100%;
	height:246px;
	background-image:url(/images/ticketing/topbg.jpg);
	background-repeat:repeat-x;

}


/*content_box*/
#content_box {
    z-index:994;
	width:1000px;
	
	
}

/*left*/
#left {
	width:213px;
	text-align:center;
	padding-top:0px;
	height:460px;
	background-image:url(/images/ticketing/left_bg_sub.jpg);
	background-repeat:no-repeat;
	float:left;
	
}

/*left*/
#contents {
	width:784px;
	height:460px;
	background-image:url(/images/ticketing/sub_top.jpg);
	background-repeat:no-repeat;
	float:left;
}

/*copy*/
#footer {
	width:100%;
	background-image:url(/images/common/copy_BG.jpg);
	background-repeat:repeat-x;
	
	
}

/*quick*/
#quick {
	z-index:9999;
	position:absolute;
	top:357px;
	left:877px;
	width:123px;
	
	
}

