/*
	Background Stretcher jQuery Plugin 
	© 2009 ajaxBlender.com
*/
HTML, BODY {
	margin:0px;
	padding:0px;
}
BODY {
    font-family: "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #fff;
    font-size: 12px;
    background: #fff;
	height:100%;
	text-align: center;
}
.bgstretcher-page { text-align: center;}
#page {
	margin: 0 auto;
	width: 946px;
	text-align: left;
}
#menu {
	margin: 0 auto;
	width: 1150px;
	height:46px;
	text-align: left;
}
#menu2 {
	margin: 0 auto;
	position:absolute;
	width: 100%;
	height:40px;
	text-align: left;
	background-image:url(images/bgm.png);
	background-repeat:repeat-x;
}
#footer {
	margin: 0 auto;
	width: 946px;
	height:387px;
	text-align: left;
}



