@import url(blocks/sake.css);

html, body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(image/ui-verticalbackground.gif);
	background-repeat:repeat-y;
	background-position:left;
	background-color:#FDF6F7;
}	
	
#leftBody {
	text-align:left;
	margin:0px;
	width:100%;
	height:100%;
	background-image:url(image/ui-headerbackground.gif);
	background-repeat:repeat-x;
	background-position:top;
}

#header {
	width:768px;
	height:133px;
	float:left;
}

#pageContent {
	width:768px;
	float:left;
	margin:0px;
	clear:both;
}
