@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	background-color:#AF7972;
	background-image: url(image/wui-bg.jpg);
	background-repeat:repeat-y;
	background-position:top left;
}

#masthead {
	width:750px;
	height:80px;
	float:left;
}

#container {
	float:left;
	background-image: url(image/container-bg.gif);
	background-repeat:repeat-y;
	width:750px;
	clear:both;
}

#nav {
	width:748px;
	height:18px;
	background-color:#ffffff;
}

#content {
	width:720px;
	padding:15px;
	float:left;
	clear:both;
}

*html #content {
	width:750px;
} /* IE */

#footer {
	width:750px;
	height:25px;
}	

#testimonial {
	width:245px;
	background-image: url(image/wui-quote.gif);
	background-position:bottom right;
	background-repeat:no-repeat;
}
	
	