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

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

}

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

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

