@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}

body {
	margin:0px auto;
	padding:0px auto;
	text-align:center;
	background-image: url(image/wui-bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
	background-color:#4E4E4E;
}

#header {
	width:750px;
	height:92px;
	margin:0px auto;
	padding:0px auto;
	background-image: url(image/header-bg.jpg);
	background-repeat:repeat-x;
	background-position:bottom left;
}

#header img {
	float:left;
}

#nav {
	width:160px;
	float:left;
}
	
#nav img {
	float:left;
}


#container {
	width:750px;
	text-align:center;
	margin:0px auto;
	background-image: url(image/content-bg.jpg);
	background-repeat:repeat-y;
	background-position:top center;
}

#content {
width:590px;
wid\th:550px;
text-align:left;
padding:20px;
float:left;
}


#footer {
	text-align:center;
	margin:0px auto;
	width:750px;
	height:20px;
	color:#CAD5DF;
	font-family:arial;
	font-size:10px;

}



#footernav {
	text-align:center;
	font-family:arial;
	font-size:9px;
	font-weight:bold;
	padding:8px;
}

#footernav a {
	padding:0 10px;
}



