@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#6FA34F;
	background-image: url(image/wui-bg.gif);
	background-repeat:repeat-y;
	background-position:top left;
}


#masthead {
	background-image: url(image/wui-header.gif);
	background-repeat: no-repeat;
	width:750px;
	height:98px;
}

#container {
	background-image: url(image/container-bg.gif);
	background-repeat:repeat-y;
	width:752px;
	overflow:hidden;
	clear:both;
}

#content {
	text-align:left;
	background-color:#FFFFFF;
	width:710px;
	padding:20px;
	/* border: 1px solid red; */
}

* html #content {
	width:750px;
} /* IE */


#nav {
	width:750px;
	height:29px;
}
	
#nav img {
float:left;
}



#footer {
	width:752px;
	height:25px;
}
