@import url(blocks/sake.css);


html {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
}

body {
	width:100%;
	height:100%;
	margin:0px;
	padding:0px;
	background-image:url(image/ui-background_1.gif);
}

#main {
	width:100%;
	padding:0px;
	margin:0px;
	float: left;
	background-image:url(image/ui-verticalbackground_1.gif);
	background-position:top left;
	background-repeat: repeat-y;
}

#center {
	text-direction: center;

}
	
#headernav {
	width:100%;
	padding:0px;
	margin:0px;
	float: left;
	height: 25px;
}

#header {
	width:100%;
	padding:0px;
	margin:0px;
	float: left;
	height: 233px;
}


#pagecontent {
	width:760px;
	padding:0;
	border:0;
	margin:0px;
	float: left;
}

#footer {
	width:780px;
	padding:0;
	border:0;
	margin:0px;
	float: left;
	text-align:left;
}
