@import url(blocks/sake.css);

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;
	background-color:#DFDFDF;
	background-image:url(image/ui-background_02.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#centeredBody {
	text-align:left;
	margin:0px auto;
	width:762px;
	overflow:hidden;
	background-image:url(image/wui-bg.gif);
	background-repeat:repeat-y;
	background-position:center;
}

#buildingtop {
	width: 762px; 
	margin:0px;
	padding:0px;
	clear:both;
}


#main { 
	width: 762px; 
	background-image:url(image/ui-mainbackground_22.gif);
	background-repeat:repeat-y;
	background-position:center;	
}

* html #pageContent {
	width:762px;
} /* IE */

#footer {
	width:762px;
	padding:0;
	margin:0;
	height:28px;
	font:Arial, Helvetica, sans-serif;
	font-size:9px;
	color:#6E6E6E;
}
