@charset "utf-8";
/* CSS Document */

html{
	background-color:#dcca9a;
	background-image:url(../image/bg_html.jpg);
	background-position:center top;
	background-repeat:repeat-x;
	background-attachment:fixed;
	
	min-width:980px;}

body{
	background:url(../image/bg.gif) fixed;
	min-width:980px;
}

/*
html,body,#wrapper,#contents {
	height:100%;
	height:auto;
}
*/