/*Position Top Menu, Right Banner 800*/
/*Position*/
body {
	margin: 0px;
}

#container {
	width: 100%;
	position: relative;
	margin-top: 0;
	margin-right: 0px;
	margin-bottom: 0;
	margin-left: 0px;
}
#header {
	float: left;
	width: 100%;
	position: relative;
	z-index: 10;
	margin: 0px;
}
#wrapper {
	float: left;
	width: 100%;
	position: relative;
	margin: 0px;
}
#menu {
	float: left;
	width: 100%;
	z-index: 10;
	position: relative;
	margin: 0px;
}
#realMenu {
	float: left;
	left: 100%;
/*	left: 600px;*/
}
#search {
	float: right;
	width: 200px;
}
#body {
	float: left;
	width: 70%;
/*	width: 600px;*/
	position: relative;
	z-index: 9;
}
#banner {
/*	width: 25%;*/
	width: 200px;
	float: right;
	clear: right;
}
#underfooter {
	width: 100%;
	float: left;
	clear: left;
	height: 60px;
}
#footer {
	width: 100%;
	float: left;
	clear: left;
}
#logoddt {
	width: 100%;
	float: left;
	clear: left;
	text-align: right;
}
#chLang {
	position:absolute;
	top:5px;
	width:200px;
	height:25px;
	z-index:100;
	right: 5px;
	text-align: right;
}
