#wrapper{
	width: 900px;
	background-color: #fff;
	text-align: left;
	height: 100%;
}

#top{
	width: 100%;
	height: 140px;
}

#menue{
	width: 100%;
	height: 24px;
	margin-top: 12px;
	line-height: 1.3em;
	z-index: 100;
	position: relative;
}

#main{
	margin-top:12px;
	position: relative;
	height: 100%;
	width: 100%;
	display: block;
    height: 100%;
	z-index: 1;
}

#main_left_top{
	width: 214px;
	height: auto;
	background-color: #FFF;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 1px;
}

#main_left_bottom{
	width: 214px;
	height: auto;
	background-color: #FFF;
	position: relative;
	padding-left: 12px;
	padding-right: 12px;
	padding-top: 1px;
}

#main_right{
	width: 631px;
	height: 100%;
	position: relative;
	background-color: #FFF;
	padding-left: 12px;
	padding-top: 1px;
}
