@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#867A5B;
	background-image: url(image/wui-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#masthead {
	background-image: url(image/masthead-bg.gif);
	background-repeat:repeat-x;
	width:755px;
	height:130px;
	float:left;
}

#container {
	background-image: url(image/container-bg.gif);
	background-repeat:repeat-y;
	width:755px;
	overflow:hidden;
	clear:both
}

#content {
	text-align:left;
	width:705px;
	padding:20px;
	overflow:hidden;
	clear:both;
	/* border: 1px solid red; */
}

*html #content {
	width:745px;
} /* IE */


#nav {
	background-image: url(image/nav-bg.gif);
	background-repeat:no-repeat;
	width:755px;
	height:14px;
	float:left;
}
	
#nav img {
float:left;
}



#footer {
	width:755px;
	height:25px;
}
