@import url(blocks/sake.css);

html, body {
	margin:0;
	padding:0;
	height:100%;
	width:100%;
}


#masthead {
	width:748px;
	height:138px;
}


#nav {
	width:100%;
	height:24px;
	float:left;
	background-color:#408AD9;
}

#nav img {
	float:left;
}


#content {
	clear:both;
	width:718px;
	padding:30px;
	overflow:hidden;
}

*html #Content {
	width:748px;
} /* IE */

#footer {
	background-image:url(image/footer-bg.gif);
	background-repeat:repeat-x;
	width:100%;
	height:49px;
}

	

