@import url(/blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {	
	background-color:#E3E0CD;
	background-image: url(image/wui-bg.gif);
	background-repeat:repeat-y;
	background-position:center top;
}



#homemothercontainer {
	margin:0 auto;
	width:750px;
	background-image: url(image/home_wuibg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#mothercontainer {
	margin:0 auto;
	width:750px;
	text-align:left;
	background-image: url(image/container_bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}

#container {
	width:750px;
	background-image: url(image/header_bg.gif);
	background-repeat:no-repeat;
	background-position:top left;

}

#homecontainer {
	width:750px;
	background-image: url(image/home_bg.jpg);
	background-repeat:no-repeat;
	background-position:top left;

}

#moreinfo {
	width:200px;
	padding-bottom:3px;
	overflow:inherit;
	float:right;
	border: 1px solid #C7B15F;
	background-color:#3B4628;
	margin:0 0 10px 30px;
}

#footer {
	margin:0 auto;
	width:750px;
	background-color:#3B4628;
	height:75px;
}

#nav {
	width:230px;
}
