body {
	font-size: 12px;
	line-height: 18px;
	text-align: center;
	color: #333333;
	background-image: url(../new-img/bg_l.jpg);
	background-repeat: repeat-y;
	background-position: center top;
	background-color :  #004080;
}

body #test{
	font-size:12px;
	line-height:18px;
	text-align:center;
	color:#333333;
	background : #333333;;

}

*{
	margin:0;
}
#wrapper{
	width:1244px;
	margin:0 auto;
	text-align:left;
	font-size:12px;
	
}
#bg_white{
	background:#fff!important;
}

a,a:visited{
	color:#201f58;
	text-decoration:none;
}
a:hover,a:active{
	color:#252775;
	text-decoration:underline;
}
