﻿body {
	margin: 0px;
	text-align: center;
}
.top_menu_div {
	z-index: 3;
	position: absolute;
	top: 20px;
	margin: auto;
	width: 1020px;
	height: 149px;
	left: 50%;
	margin-left: -512px;
}
.bottom_main_div {
	z-index: 1;
	position: absolute;
	width: 100%;
	height: 379px;
	top: 500px;
	background-image: url('home/images/ss_main_layout_02.png');
}
.bottom_menu_div {
	z-index: 2;
	position: absolute;
	top: 500px;
	width: 1392px;
	height: 379px;
	/*background-image: url('home/images/ss_main_layout_02.png');*/
	left: 50%;
	margin-left: -696px;
}
.pic_no_border {
	border-width: 0px;
}

