.main {
	background-image: url(../images/main.jpg);
	background-repeat: no-repeat;
	background-color:#000000;
	}
.line {
	background-image: url(../images/line_bg.jpg);
	background-repeat: repeat-y;
	background-position: top;
}
.text {
	font-family: Arial;
	font-size: 12px;
	color: #666666;
	text-align: justify;
}
.copy_right {
	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
}
.text_white {

	font-family: Arial;
	font-size: 12px;
	color: #FFFFFF;
	text-align: justify;
}

