/* ========================================================
  @ Web Page
======================================================== */

#webPage{
	margin: auto;
	width: 960px;
	clear: both;
}

#webHeader{
	position: relative;
	margin-bottom: 10px;
	width: 100%;
	float: left;
}

#webBody{
	width: 100%;
	float: left;
}

#webFooter{
	/*margin-top: 10px;*/
	width: 100%;
	float: left;
}

/* ========================================================
  @ System Msg
======================================================== */
#systemMsgPanel{
	position: relative; 
	
	background-image: url(../images/web/webHeader/systemMsg/bg.gif);
	background-repeat: repeat-x;
	background-position: top left;

	margin: auto;
	padding: 0px 70px 0px 40px;

	height: 60px;
}

#systemMsgPanel div.left{
	position: absolute; 
	top: 0;
	left: 0;
	
	background-image: url(../images/web/webHeader/systemMsg/left.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 40px;
	height: 60px;
}

#systemMsgPanel div.right{
	position: absolute; 
	top: 0;
	right: 0;
	
	background-image: url(../images/web/webHeader/systemMsg/right.gif);
	background-repeat: no-repeat;
	background-position: top left;
	
	width: 70px;
	height: 60px;
}

#systemMsgPanel div.title{
	font-size: 18px;
	font-weight: bold;
	color: #fff;
	
	padding-top: 5px;
	_padding-top: 8px;
}

#systemMsgPanel div.content{
	font-size: 12px;
	color: #fff;
	
	padding-top: 5px;
	_padding-top: 3px;	
}