/* middle */
/*
body{background-image:url('images/bg_pattern.png');background-repeat:repeat-x;background-color:#edeee4;}
#container,#header,#menu,#wrapper{width:980px;margin:0 auto;}
#container{min-height:600px;background-image:url('images/header_bg.png');background-repeat:no-repeat;}
#header{height:106px;display:block;}
#menu{height:131px;background-image:url('images/menu_bg.png');background-repeat:repeat-x;}
#wrapper{margin-top:-9px;}
#leftSide{width:260px;float:left;}
#content{margin-top:19px;width:720px;float:left;}
#footer{width:100%;}
#NoJs{text-align:center;font-size:20px;color:red;font-weight:bold;}
#footTop{background-image:url('images/footer_bg_top.png');background-repeat:repeat-x;height:73px;}
#footBottom{background-image:url('images/footer_bg_bottom.png');background-repeat:repeat-x;height:73px;background-color:white;}
#footMid{background-color:#d3d4c8;}
#pageBottom{background-color:white;text-align:center;}
*/
body{background-image:url('images/bg_pattern.png');}
#container{background-image:url('images/header_bg.png');}
#menu{background-image:url('images/menu_bg.png');}
#footTop{background-image:url('images/footer_bg_top.png');}
#footBottom{background-image:url('images/footer_bg_bottom.png');}

#leftFlag,#rightFlag{
	width:230px;
	height:400px;
	display:block;
}
#leftFlag{
	position:fixed;
	top:5px;
	right:50%;
	margin-right:510px;
	/*
	float:left;
	margin-left:-130px;
	top:0px;
	*/
}
#rightFlag{
	position:fixed;
	top:5px;
	left:50%;
	margin-left:510px;


}
