body {	
	background-color: #000000;
}
/********************************** layout ***********************************/
#containerBgHeader {
	background: url("/images/bg_header_intro.jpg") repeat-x;
}
#containerBgTopIndex {
	background-color: #212121;
}
#containerBgBody {
	background: url("/images/bg_body_intro.jpg") repeat-x;
}
div.containerBody {
	height: 490px;
	background: url("/images/0/bg_body.jpg") no-repeat;
}
/********************************** content **********************************/
div.containerContent {
	padding-left: 20px;
	padding-top: 320px;
	height: 110px;
	width: 480px;
	float: left;
}

