/* ------------------------------------------------------------
 * Name      : yak.css/onAir
 * Created   : 2009/10 cnscamp by oke
 * Updated  :
 ------------------------------------------------------------ */


body {
	height: 100%;
	width:100%;
	margin: 0;
	padding: 0;
	font-size: 0.75em;
	line-height: 150%;
	font-family: 돋움, Dotum, AppleGothic, sans-serif;
	color:#787373;
}

ul, li, ol{list-style:none;margin:0;padding:0px;}
/*Layout 공통 Top*/
#wrapperAll{width:672px; height:100%;position:relative;}
#wrapperAll .w{font-weight:bold;}


#wrapperonAir{width:400px;height:400px;background:url(../images/program/pro_board/screen_bg_onair.gif) 0 0 no-repeat;position:relative;}
#wrapperonAir .screen{padding:35px 0 0 40px;width:400px;position:relative;}
#wrapperonAir .screen ul.move{float:left;width:320px;}
#wrapperonAir .screen ul.move li.ccenter{text-align:center;margin-top:10px;}
#wrapperonAir .screen .ingText{float:right;width:417px;}

