@charset "utf-8";
/* CSS Document */
html {
	overflow-y:scroll;
}
body {
	font-family:Verdana, Geneva, sans-serif;
	background:url(../images/background.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	background-attachment:fixed;
	margin:0;
}
/*#fancy_wrapper {
	background:url(../images/background.png);
	background-position:left bottom;
	background-repeat:repeat-x;
	height:100%;
	margin-bottom:-10px;
}*/
#wrapper {
	width:960px;
	margin: 0 auto;
}
#logo {
	margin: 0 auto;
	background:url(../images/sachi_sushi_logo.jpg) no-repeat;
	width:300px;
	height:120px;
}
#header {

}
#content {

}
#spacer {
	height:400px;
}
#footer {

}
