﻿
body {
	
	white-space:nowrap;
	/* overflow:scroll;*/

}

div#head_fixed
{
	position:absolute;
	top: 0px;
	left: 10px;
/*	width: 1000px;*/
	min-width:1360px;
	height: 120px;
	padding-top: 15px;
	/*display: flex;*/
}

div#container
{
	
	/*width: 100%;*/
	width:1360px;
	top:140px;
	left: 0px;
	position:absolute;
	height:auto;
	/* height:100%; */
	min-height:100%;
}

div#container_01
{
	
	/*width: 100%;*/
	width:1360px;
	top:20px;
	left: 0px;
	position:absolute;
	height:auto;
	/* height:100%; */
	min-height:100%;
}

div#tbl_pos
{
	margin-left:100px;
}

div#bdy
{
	/*white-space:nowrap;*/
	/*width:1300px;*/
}

div#menu_layout
{
	/* background-color: #148574; */
	background-color: #148574;
	height:50px;
/*	width:100%;*/
}

.ul_layout
{
	display:table;
	table-layout:fixed;
	/*width:100%;*/
	font-size:0;
	color:white;
}

.ref_layout
{
	color:white;
	font-size:16px;
	font-weight:bold;
	text-decoration:none;
}

.li_layout
{
	display:table-cell;
	display: inline-block;
    margin-top: 15px;
    margin-left: 30px;
}

div #Title_image
{
	position:absolute;
	top:40px;
	height:300px;
	/*width:100%;*/
}

div#Download
{
	position:absolute;
	top:240px;
    padding-left: 60px;
	/*left:20px; */
	
}

div#footer
{
	/*margin-left:-40px;*/
    bottom: 0;
    /* width: 100%; */
    background-color: #000000;
    color:#FFFFFF;
    font-size: 14px;
    line-height: 100%;
    margin-top: 5px;
    padding-bottom: 5px;
    padding-left: 0px;
    min-width:1360px;

  /*  padding-right: 40px;*/
    padding-top: 10px;
    text-align: center;	

}

