@charset "utf-8";
/* CSS Document */

.bg_test {
	position: absolute;
	top: 0px;
	left: 50%;
	width: 876px;
	margin-left: -438px;
	z-index: 1;
	background-image: url(../pics/bg_pic.jpg);
	overflow: visible;
}

.bg_table {
	table-layout: fixed;
	background-image: url(../pics/bg_pic.jpg);
	background-position: top;
	background-repeat:no-repeat;
	z-index: 0;
}

.bg_table2 {
	z-index: 0;
}

.bg_content_table {
	table-layout: fixed;
	width: 753px;
	z-index: 0;
}

.bg_about_table {
	background-image:url(../pics/bg_raster.gif);
	background-repeat:repeat;
	z-index: 0;
}

.bg_top {
	width: 753px;
	height: 135px;
}

.bg_content {
}


.bg_bottom {
	width: 753px;
	height: 60px;
/*	background-color: #00CCFF;*/
}

.bg_yellow_box {
	position: absolute;
	top: 901px;
	left: 0px;
	height: 30px;
	width: 100%;
	background-color: #fdb610;
	z-index: 0;
}

.bg_pixels_left {
	position: absolute;
	top: 931px;
	left: 0px;
	height: 268px;
	width: 316px;
	z-index: 0;
}

.bg_pixels_right {
	position: absolute;
	top: 931px;
	left: 1116px;
	height: 268px;
	width: 316px;
	z-index: 0;
}



