#TopMain
{
	position: absolute;
	top:0px;
	left:1px;
	width:988px;
	height:170px;
    background-image: url("../images/bg/bgtop.jpg");
    background-position:center top;
    background-repeat:no-repeat;
}
#MenuMain
{
	position:absolute;
	top:170px;
	left:2px;
	width:172px;
	background-color:#bbd0a0;
	height: auto !important;
	height: 100%;
	min-height: 100%;
	padding-bottom: 60px;
}
#Main
{
	position: absolute;
	top:170px; 
	left:173px;
	width:817px;
	background-color:#bbd0a0;
	background-image: url("../images/bg/bgmain.jpg");
    background-position:center top;
    background-repeat:no-repeat;
    height: auto !important;
    height: 100%;
	min-height: 100%;	
	padding-bottom: 60px;
}
#BottomMain
{
	position:fixed;
	width: 991px;
	height: 40px;
	bottom: 0px;
	z-index: 30;
}
#div1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 989px;
	height: 100%;
	min-height: 100%;
}
#ContentMain
{
	position:absolute;
	left:150px;
	top:0px;
	width: 989px;
	min-height: 100%;
	height: 100%;
}
* html #BottomMain {
    position: absolute;
}

