@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
	background-color:#6A593F;
}

body {
	width:785px;
	height:100%;
	margin:0px;
	padding:0px;
	text-align:center;	
}

#centeredBody {
	text-align:left;
	margin:0px;
	width:785px;
	overflow:hidden;
	background-image: url(image/wui-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#leftcol {
	width:146px;
	float:left;
}

#leftcol img {
	float:left;
}

#content {
	width:636px;
	float:left;
	padding:20px;
	wid\th:596px;
	background-image:url(image/wui_watermark.gif);
	background-position:top center;
  	background-repeat: no-repeat;
	min-height: 500px;
	height:auto;
}

* html #content {
height: 500px;
}




#header{
	width:636px;
	float:left;
	height:33px;
	background-image: url(image/tagline_bg.gif);
	background-repeat:repeat-x;
	background-position:top left;
}