#MenuMain
{
	position: absolute;
	top:130px;
	left:0px;
	width:130px;
	height:490px;
	background-color: #ffffff;
}
#TopMain
{
	position: absolute;
	top:0px;
	left:0px;
	width:990px;
	height:130px;
	background-color: #ffffff;
}
#Main
{
	position: absolute;
	top:130px; 
	left:130px;
	background-color: #ffffff;
}
#BottomMain
{
	position:absolute;
	top:490px;
	left:-1px;
	width: 990px;
	height: 120px;
	background-color: #336633;
	border-bottom: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
	z-index:0;
}
#div1
{
	position: relative;
	margin-left: auto;
	margin-right: auto;
	width: 990px;
	height: 490px;
	border-top: 1px solid #336633;
	border-left: 1px solid #336633;
	border-right: 1px solid #336633;
}
#ContentMain
{
	position:absolute;
	left:0px;
	top:0px;
	height: 340px;
	width: 860px;
	background-color:#ffffff;
}
