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