/* CSS Document */
body{
	background-color: white;
	margin:0;
	padding:0;
	left:0;
}

div#wrapper{
	margin:0;
	padding:0;
	left:0;
	background-image: none;
	border-left: none;
	border-right: none;
xxborder: solid 1px blue;
}
div#content{
	background-color: white;
xxborder: solid 1px red;
	margin:0;
	padding:0;
	left:0;
	float:none;
	width:966px;
}

div#header,div#leftnavi,div#main_right,div#footer{
	height: 0px;
	position: absolute;
	top: -1000px;
	visibility: hidden;
}