html,body{
	margin:0 auto;
	padding:0;
	height: 100%;
	width: 100%;
	text-align:center;
}
div#header{
	clear:both;
	width: 100%;
	height:126px;
}
div#wrapper{
	float:left;
	width:100%;
	position:relative;
}
div#content{
	margin-left: 10px; margin-right: 10px;
}
div#navigation{
	float:left;
	width:232px;
	/*margin-left:-746px;*/
	margin-left:-227px;
	position:relative;
	display:inline;
}
div#extra{
	float:right;
	width:250px;
	margin-right:-250px;
	position:relative;
}
div#footer{
	clear:left;
	width:100%;
	height: 62px;
}
div#container{
	border-left: 232px solid #FFF;
	border-right: 250px solid #FFF;
	float: left;
}
div#body{
	width:100%;
}
div#allsite{
	margin: 0 auto;
	position: relative;
	width: 90%;
	background-color: #FFF;
	text-align:left;
	min-width:1001px;
}